Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Rate My FIUとは何ですか?
Rate My FIUはccani008によって開発されたChromeの拡張機能で、その主な機能は「The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…」です。
拡張機能のスクリーンショット
Rate My FIU拡張機能のCRXファイルをダウンロード
Rate My FIU拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process of enrolling by displaying the Rate My Professor scores directly into the FIU enroll page as well as hyper-linking them to the Rate My Professor page for that professor.
拡張機能の基本情報
名前 | |
ID | fodacampppflppgklnlkljfhfpfajnid |
公式URL | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
説明 | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
ファイルサイズ | 36.85 KB |
インストール数 | 27 |
現在のバージョン | 1.2 |
最終更新日 | 2016-10-24 |
公開日 | 2016-10-24 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | ccani008 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate My FIU", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/*.fiu.edu\/*" ], "js": [ "script.js", "jquery-2.1.3.min.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |