Skip to content

Commit

Permalink
Update options
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Mar 3, 2021
1 parent 3668f53 commit 1122ae4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion signature-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Signature sync for Gmail",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kamil Mankowski",
"description": "Sync your signatures with Gmail accounts",
"icons": {
Expand Down
5 changes: 5 additions & 0 deletions signature-extension/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ button:focus {
button:disabled {
opacity: 40%;
}

p {
margin-bottom: 0;
text-align: justify;
}
19 changes: 17 additions & 2 deletions signature-extension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<h1>Signature Sync for gmail</h1>

<p>
Select accounts to sync and configure the Gmail accounts. Synchronization is run on every
startup
Select accounts to sync and connect Gmail accounts. Synchronization is run on every startup and
works in just one way - your local signature is overriden by Gmail's ones.
</p>
<p>
In case of any troubles, you will see the red annotation here. If manual sync doesn't fix it,
try re-connect your Gmail account.
</p>

<div class="browser-style panel-section-list" id="signatureAccountList">
Expand All @@ -24,6 +28,17 @@ <h1>Signature Sync for gmail</h1>
<button class="big" id="syncButton">Sync now</button>
</div>

<p>
This is a beta version, please keep it in mind. Any issues you can report on
<a href="https://github.com/kam193/thbrd-signature">Github repository</a>.
</p>
<p>
The add-on uses
<a target="_blank" href="https://icons8.com/icons/set/signature">Signature icon</a> by
<a target="_blank" href="https://icons8.com">Icons8</a> and some useful stuff from third
party libraries. Look into Github repository for more information!
</p>

<script src="_lib/preferences.js"></script>
<script src="_lib/authorize.js"></script>
<script src="background.js"></script>
Expand Down

0 comments on commit 1122ae4

Please sign in to comment.