Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Era-Dorta/Thunderbird-Google-Keep-Tab
Google Keep for Thunderbird
https://github.com/Era-Dorta/Thunderbird-Google-Keep-Tab
google keep thunderbird
Last synced: 12 days ago
JSON representation
Google Keep for Thunderbird
- Host: GitHub
- URL: https://github.com/Era-Dorta/Thunderbird-Google-Keep-Tab
- Owner: Era-Dorta
- License: gpl-3.0
- Created: 2016-11-01T21:40:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T19:54:07.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:47:13.870Z (3 months ago)
- Topics: google, keep, thunderbird
- Language: JavaScript
- Homepage: https://addons.thunderbird.net/en-GB/thunderbird/addon/google-keep-tab
- Size: 112 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.thunderbird.net/thunderbird/addon/google-keep-tab) of the extension contains some pictures and reviews.#### Installing
Open Thunderbird, go to Tools -> Add-ons -> Extensions, search for Google Keep in the serach box and click on "+ Add to Thunderbird".#### Installing from sources
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/Thunderbird-Google-Keep-Tab`
* `cd ./Thunderbird-Google-Keep-Tab`
* `VERSION=$(cat ./manifest.json | jq --raw-output '.version')`
* `zip -r "../Google-Keep-Tab-${VERSION}-tb.xpi" *`