Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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" *`