RateMyTrojans
Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.
RateMyTrojansとは何ですか?
RateMyTrojansはKyle Chuaによって開発されたChromeの拡張機能で、その主な機能は「Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.」です。
拡張機能のスクリーンショット
RateMyTrojans拡張機能のCRXファイルをダウンロード
RateMyTrojans拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View the source code: https://github.com/kylechua/rmpLinks-USC
拡張機能の基本情報
名前 | RateMyTrojans |
ID | kmhmknbhcdgedenadphgnpaelgabimmi |
公式URL | https://chromewebstore.google.com/detail/ratemytrojans/kmhmknbhcdgedenadphgnpaelgabimmi |
説明 | Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website. |
ファイルサイズ | 435 KB |
インストール数 | 192 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-08-08 |
公開日 | 2018-07-09 |
開発者 | Kyle Chua |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/kylechua/rmpLinks-USC |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RateMyTrojans", "description": "Adds hyperlinks to instructors' RateMyProfessor profiles on the University of Southern California course registration website.", "version": "1.0.2", "background": { "scripts": [ "jquery-3.2.1.min.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/webreg.usc.edu\/*" ], "js": [ "jquery-3.2.1.min.js", "findProfs.js" ] } ], "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "https:\/\/www.ratemyprofessors.com\/*" ] } |