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 |
公式URL | 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" ] } ] } |