UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
什麼是UofT Profs?
UofT Profs是由https://uoftprofs.com開發的Chrome擴展程式,該擴展的主要功能是“This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.”。
擴展截圖
下載UofT Profs擴展crx文件
下載UofT Profs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn. 擴展基本資訊
| 名稱 | |
| ID | olojdnpfailkhfoimaddolpmeilcdong |
| 官方網址 | 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\/*"
]
} | |