goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
什麼是goodreads-add-to-calendar?
goodreads-add-to-calendar是由caleb.morris.g開發的Chrome擴展程式,該擴展的主要功能是“Add a book that has an expected publication date to google calendar”。
擴展截圖
下載goodreads-add-to-calendar擴展crx文件
下載goodreads-add-to-calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ![]() |
ID | edajfomhcjehokcaceoknjpppbelnoop |
官方網址 | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
簡介 | Add a book that has an expected publication date to google calendar |
檔案大小 | 11.61 KB |
安裝次數 | 19 |
目前版本 | 0.1.1 |
更新時間 | 2015-06-04 |
上架時間 | 2015-06-04 |
開發者 | caleb.morris.g |
付費類型 | free |
支援的語言 | 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" ] } ] } |