UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
Apa itu UofT Profs?
UofT Profs adalah ekstensi Chrome yang dikembangkan oleh https://uoftprofs.com, dan fitur utamanya adalah "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UofT Profs
Unduh file ekstensi UofT Profs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.
Informasi Dasar Ekstensi
Nama | UofT Profs |
ID | olojdnpfailkhfoimaddolpmeilcdong |
URL Resmi | https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong |
Deskripsi | This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students. |
Ukuran File | 47.24 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2018-06-29 |
Tanggal Publikasi | 2018-06-28 |
Penilaian | 4.56/5 Total 9 Penilaian |
Pengembang | https://uoftprofs.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/walden-shen/uoft-profs-crx |
Bahasa yang Didukung | 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\/*" ] } |