MyUW Calendar Scraper
Import your schedule to Google Calendar!
ما هو MyUW Calendar Scraper؟
MyUW Calendar Scraper هو إضافة Chrome تم تطويرها بواسطة Forrest Timour، والميزة الرئيسية لها هي "Import your schedule to Google Calendar!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyUW Calendar Scraper
قم بتنزيل ملفات الامتداد MyUW Calendar Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For students at the University of Washington! An easy tool to download your course schedule into a .ics file, compatible with most major calendar applications. More details on GitHub: https://github.com/Forrest-T/MyUW-Calendar
معلومات أساسية عن التمديد
الاسم | MyUW Calendar Scraper |
ID | neldjllggkogndhhmnfiohcbmpolpmck |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck |
الوصف | Import your schedule to Google Calendar! |
حجم الملف | 56.12 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.2 Beta |
آخر تحديث | 2019-01-04 |
تاريخ النشر | 2019-01-03 |
المطور | Forrest Timour |
نوع الدفع | free |
موقع الإضافة | https://github.com/Forrest-T/MyUW-Calendar |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyUW Calendar Scraper", "version": "1.2", "version_name": "1.2 Beta", "description": "Import your schedule to Google Calendar!", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "browser_action": { "default_icon": "icons\/logo48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |