UM Calendar Downloader
An automatic organizer tool to load course schedules in wolverine access to google calendar
UM Calendar Downloaderคืออะไร?
UM Calendar Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย camillgi และคุณลักษณะหลักของมันคือ "An automatic organizer tool to load course schedules in wolverine access to google calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UM Calendar Downloader
ดาวน์โหลดไฟล์ส่วนขยาย UM Calendar Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | doepoieoohnakcjcdldghcpcajajlild |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/um-calendar-downloader/doepoieoohnakcjcdldghcpcajajlild |
คำอธิบาย | An automatic organizer tool to load course schedules in wolverine access to google calendar |
ขนาดไฟล์ | 1.75 MB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-12-08 |
วันที่เผยแพร่ | 2018-12-05 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | camillgi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UM Calendar Downloader", "version": "0.0.0.1", "description": "An automatic organizer tool to load course schedules in wolverine access to google calendar", "icons": { "128": "SlayTheDayIcon.png", "48": "SlayTheDayIcon.png", "16": "SlayTheDayIcon.png" }, "browser_action": { "default_icon": "SlayTheDayIcon.png", "default_title": "Autoload UMich Schedule", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js", "jquery-3.3.1.min.js", "ics.deps.min.js", "ics.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csprod.dsc.umich.edu\/psc\/csprodnonop\/EMPLOYEE\/SA\/c\/*" ], "js": [ "angular.min.js", "jquery-3.3.1.min.js" ] } ], "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*", "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/*" ], "web_accessible_resources": [ "SlayTheDayIcon.png" ] } |