-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
# thbrd-signature | ||
# Signature sync for Gmail, a Thunderbird add-on | ||
|
||
<p align="center"> | ||
<img src="signature-extension/_img/icons8-signature-64.png" /> | ||
</p> | ||
|
||
This extension allows you to easily synchronize signature of selected accounts | ||
in Thunderbird with your Gmail accounts. **Syncronization works in one way**, | ||
your local signatures are overridden by Gmail ones. | ||
|
||
In order to sync a signature, go to the settings page, enable an account and | ||
connect it with Gmail. Signatures are downloaded on every startup or when you | ||
click in settings. | ||
|
||
> **Beta!** This is still a beta version. It can work unstable. | ||
## Run from source | ||
|
||
TODO | ||
## Privacy & usage terms | ||
|
||
The extension is working just locally on your computer. It doesn't send any data | ||
outside, except of needed requests to Google API. Use it to update your local | ||
signatures from Gmail. | ||
|
||
## External sources | ||
|
||
This add-on uses some external resources: | ||
|
||
- Files from external libraries, which full list you can find in | ||
the license file [\_lib directory](signature-extension/_lib/LICENSE.md) | ||
- Signature icon from [Icon8](https://icons8.com), you can find more in | ||
the license file in [\_img directory](signature-extension/_img/LICENSE.md) | ||
|
||
---- | ||
|
||
This extension is **not** made by Google or Thunderbird team. It's fully unofficial. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Files with name containig "icons8" come from https://icons8.com on free use licence. | ||
See https://icons8.com/license for details | ||
|
||
List of the licensed icons: | ||
* https://icons8.com/icons/set/signature Signature icon |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ | |
"version": "1.0.0", | ||
"author": "Kamil Mankowski", | ||
"description": "Sync your signatures with Gmail accounts", | ||
"icons": { | ||
"64": "_img/icons8-signature-64.png" | ||
}, | ||
"applications": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
|