goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
Co je goodreads-add-to-calendar?
goodreads-add-to-calendar je rozšíření Chrome vyvinuté caleb.morris.g, a jeho hlavní funkcí je „Add a book that has an expected publication date to google calendar“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření goodreads-add-to-calendar
Stáhněte si soubory rozšíření goodreads-add-to-calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | edajfomhcjehokcaceoknjpppbelnoop |
| Oficiální URL | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
| Popis | Add a book that has an expected publication date to google calendar |
| Velikost souboru | 11.61 KB |
| Počet instalací | 19 |
| Aktuální Verze | 0.1.1 |
| Poslední Aktualizace | 2015-06-04 |
| Datum Vydání | 2015-06-04 |
| Vývojář | caleb.morris.g |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
]
} | |