-
Notifications
You must be signed in to change notification settings - Fork 8
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
Garoe
committed
Mar 23, 2021
1 parent
5af9b6d
commit d669567
Showing
6 changed files
with
14 additions
and
14 deletions.
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,15 +1,15 @@ | ||
# ThunderKeepPlus | ||
Unofficial Google Keep extension for Thunderbird, it adds a button that opens a Google Keep tab in Thunderbird. | ||
# Google Keep Tab | ||
Unofficial Google Keep add-on for Thunderbird, it adds a button that opens a Google Keep tab in Thunderbird. | ||
The [home page](https://addons.mozilla.org/thunderbird/addon/thunderkeepplus/) of the extension contains some pictures and reviews. | ||
|
||
#### Installing | ||
Simply search for ThunderKeepPlus inside Thunderbird and the addon should show up. | ||
Simply search for Google Keep inside Thunderbird and the addon should show up. | ||
|
||
#### Installing from sources | ||
Download the repository, zip it, rename it to ThunderKeepPlus.xpi and choose install addon from file in Thunderbird. | ||
Download the repository, zip it, rename it to Google-Keep-Tab.xpi and choose install addon from file in Thunderbird. | ||
|
||
In linux the xpi file can be created with the following commands | ||
* `git clone https://github.com/Garoe/ThunderKeepPlus` | ||
* `cd ./ThunderKeepPlus` | ||
* `git clone https://github.com/Garoe/Thunderbird-Google-Keep-Tab` | ||
* `cd ./Thunderbird-Google-Keep-Tab` | ||
* `VERSION=$(cat ./manifest.json | jq --raw-output '.version')` | ||
* `zip -r "../ThunderKeepPlus-${VERSION}-tb.xpi" *` | ||
* `zip -r "../Google-Keep-Tab-${VERSION}-tb.xpi" *` |
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,6 +1,6 @@ | ||
{ | ||
"extensionDescription": { | ||
"message": "Google Keep für Thunderbird.", | ||
"message": "Fügt eine Schaltfläche zum Öffnen von Google Keep in einem neuen Tab hinzu.", | ||
"description": "Description of the extension." | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"extensionDescription": { | ||
"message": "Google Keep for Thunderbird.", | ||
"message": "Adds a button to open Google Keep in a new tab.", | ||
"description": "Description of the extension." | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"extensionDescription": { | ||
"message": "Google Keep en Thunderbird.", | ||
"message": "Añade un botón que abre Google Keep en una pestaña nueva.", | ||
"description": "Description of the extension." | ||
} | ||
} |
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
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