goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
What is goodreads-add-to-calendar?
goodreads-add-to-calendar is a Chrome extension developed by caleb.morris.g, and its main feature is "Add a book that has an expected publication date to google calendar".
Extension Screenshots
Download goodreads-add-to-calendar Extension CRX File
Download goodreads-add-to-calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | edajfomhcjehokcaceoknjpppbelnoop |
Official URL | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
Description | Add a book that has an expected publication date to google calendar |
File Size | 11.61 KB |
Installation Count | 19 |
Current Version | 0.1.1 |
Last Updated | 2015-06-04 |
Publish Date | 2015-06-04 |
Developer | caleb.morris.g |
Payment Type | free |
Supported Languages | 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" ] } ] } |