CM Calendar
Shows your Google Calendar in a new way
CM Calendarคืออะไร?
CM Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cmcalendar.wordpress.com และคุณลักษณะหลักของมันคือ "Shows your Google Calendar in a new way"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CM Calendar
ดาวน์โหลดไฟล์ส่วนขยาย CM Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Especially handy for students and teachers at all levels of education. CM Calendar by Gustav Bonds 2013
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcekjimnkiiakajlokpehkplbelfmbci |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cm-calendar/bcekjimnkiiakajlokpehkplbelfmbci |
คำอธิบาย | Shows your Google Calendar in a new way |
ขนาดไฟล์ | 127 KB |
จำนวนการติดตั้ง | 224 |
เวอร์ชันปัจจุบัน | 2.0.1.3 |
อัปเดตครั้งล่าสุด | 2014-11-29 |
วันที่เผยแพร่ | 2014-11-29 |
คะแนน | 3.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://cmcalendar.wordpress.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CM Calendar", "short_name": "CM", "version": "2.0.1.3", "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "32": "img\/icon-32.png", "19": "img\/icon-19-on.png" }, "description": "Shows your Google Calendar in a new way", "background": { "scripts": [ "js\/misc.js", "background.js" ] }, "browser_action": { "default_title": "", "default_icon": "img\/icon-19-off.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVl\/FxQsQOZHWoj6xNUqhb8wkqNIWJXOpeyUiP8u0JlaOk3Uo6s58MrxECuAY1vpPETh4bpPCShXMNeLu2udK8gsWiS+LbbwOMCtnkCjYEELeay6uOfK1Cavv1thBXA0kihkmLIfIHlk43JcnOUEmrzeuMOmOa4OjdwvS92xNDuQIDAQAB", "permissions": [ "tabs", "clipboardWrite", "clipboardRead", "https:\/\/www.googleapis.com\/auth\/*", "http:\/\/www.google.com\/calendar\/*", "https:\/\/www.google.com\/calendar\/*", "identity" ], "manifest_version": 2, "oauth2": { "client_id": "877129025781-eatqh2k5olh49q1dc8c37iil98qiv5bd.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |