UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
ما هو UofT Profs؟
UofT Profs هو إضافة Chrome تم تطويرها بواسطة https://uoftprofs.com، والميزة الرئيسية لها هي "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UofT Profs
قم بتنزيل ملفات الامتداد UofT Profs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.
معلومات أساسية عن التمديد
الاسم | UofT Profs |
ID | olojdnpfailkhfoimaddolpmeilcdong |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong |
الوصف | This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students. |
حجم الملف | 47.24 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2018-06-29 |
تاريخ النشر | 2018-06-28 |
تقييم | 4.56/5 مجموع تقييمات 9 |
المطور | https://uoftprofs.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/walden-shen/uoft-profs-crx |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UofT Profs", "version": "1.3.1", "description": "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/acorn.utoronto.ca\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "permissions": [ "notifications", "tabs", "https:\/\/acorn.utoronto.ca\/*" ] } |