goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
goodreads-add-to-calendar là gì?
goodreads-add-to-calendar là một tiện ích mở rộng Chrome được phát triển bởi caleb.morris.g, và tính năng chính của nó là "Add a book that has an expected publication date to google calendar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng goodreads-add-to-calendar
Tải xuống các tệp mở rộng goodreads-add-to-calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | edajfomhcjehokcaceoknjpppbelnoop |
URL Chính Thức | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
Mô tả | Add a book that has an expected publication date to google calendar |
Kích Thước Tệp | 11.61 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2015-06-04 |
Ngày Phát Hành | 2015-06-04 |
Nhà Phát Triển | caleb.morris.g |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |