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"
]
}
]
} | |