goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
goodreads-add-to-calendarคืออะไร?
goodreads-add-to-calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย caleb.morris.g และคุณลักษณะหลักของมันคือ "Add a book that has an expected publication date to google calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย goodreads-add-to-calendar
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |