goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
Hvad er goodreads-add-to-calendar?
goodreads-add-to-calendar er en Chrome-udvidelse udviklet af caleb.morris.g, og dens hovedfunktion er "Add a book that has an expected publication date to google calendar".
Udvidelsesskærmbilleder
Download goodreads-add-to-calendar-udvidelses-CRX-fil
Download goodreads-add-to-calendar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | edajfomhcjehokcaceoknjpppbelnoop |
Officiel URL | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
Beskrivelse | Add a book that has an expected publication date to google calendar |
Filstørrelse | 11.61 KB |
Antal Installationer | 19 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2015-06-04 |
Udgivelsesdato | 2015-06-04 |
Udvikler | caleb.morris.g |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |