UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
Cos'è UofT Profs?
UofT Profs è un'estensione di Chrome sviluppata da https://uoftprofs.com, e la sua funzione principale è "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UofT Profs
Scarica i file di estensione UofT Profs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.
Informazioni di Base sull'Estensione
Nome | UofT Profs |
ID | olojdnpfailkhfoimaddolpmeilcdong |
URL Ufficiale | https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong |
Descrizione | This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students. |
Dimensione del File | 47.24 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2018-06-29 |
Data di Pubblicazione | 2018-06-28 |
Valutazione | 4.56/5 Totale 9 Valutazioni |
Sviluppatore | https://uoftprofs.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/walden-shen/uoft-profs-crx |
Lingue Supportate | 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\/*" ] } |