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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |