UW Madison - Course Search & Enroll +
Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page
UW Madison - Course Search & Enroll +とは何ですか?
UW Madison - Course Search & Enroll +はjblake8149によって開発されたChromeの拡張機能で、その主な機能は「Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page」です。
拡張機能のスクリーンショット
UW Madison - Course Search & Enroll +拡張機能のCRXファイルをダウンロード
UW Madison - Course Search & Enroll +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you a UW-Madison student who constantly switches between Course Search & Enroll, Rate My Professors, and Madgrades. This extension uses the Madgrades and Rate My Professors APIs to fetch data for courses and professors, and link to the pages for them.
拡張機能の基本情報
名前 | UW Madison - Course Search & Enroll + |
ID | ldnllmdimjknflobmdjnmefeollalodf |
公式URL | https://chromewebstore.google.com/detail/uw-madison-course-search/ldnllmdimjknflobmdjnmefeollalodf |
説明 | Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page |
ファイルサイズ | 31.76 KB |
インストール数 | 123 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-12-22 |
公開日 | 2023-07-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jblake8149 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/JackBlake-zkq/cse-plus |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" } }, "version": "1.0.0", "author": "Jack Blake", "name": "UW Madison - Course Search & Enroll +", "description": "Injects Madgrades and Rate My Professors data into the UW-Madison Course Search & Enroll Page", "background": { "service_worker": "static\/background\/index.js" }, "content_scripts": [ { "matches": [ "https:\/\/enroll.wisc.edu\/*" ], "js": [ "content.06af5f40.js" ], "css": [] } ], "host_permissions": [ "https:\/\/enroll.wisc.edu\/*", "https:\/\/api.madgrades.com\/**", "https:\/\/www.ratemyprofessors.com\/graphql\/**" ] } |