goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
Cos'è goodreads-add-to-calendar?
goodreads-add-to-calendar è un'estensione di Chrome sviluppata da caleb.morris.g, e la sua funzione principale è "Add a book that has an expected publication date to google calendar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione goodreads-add-to-calendar
Scarica i file di estensione goodreads-add-to-calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Whenever you are looking forward to a book that will come out soon, but you want to add a google calendar event to make sure you remember to go get a copy.
This extension adds a calendar button that generates a formatted google calendar event that you can just add notifications and save. Informazioni di Base sull'Estensione
| Nome | |
| ID | edajfomhcjehokcaceoknjpppbelnoop |
| URL Ufficiale | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
| Descrizione | Add a book that has an expected publication date to google calendar |
| Dimensione del File | 11.61 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2015-06-04 |
| Data di Pubblicazione | 2015-06-04 |
| Sviluppatore | caleb.morris.g |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "goodreads-add-to-calendar",
"description": "Add a book that has an expected publication date to google calendar",
"version": "0.1.1",
"permissions": [
"fontSettings"
],
"web_accessible_resources": [
"src\/*",
"assets\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.goodreads.com\/book\/show\/*"
],
"css": [
"src\/css\/add-button.css"
],
"js": [
"src\/scripts\/add-button.js"
]
}
]
} | |