Better Bruinwalk Extension
Unofficial Bruinwalk extension
Better Bruinwalk Extensionとは何ですか?
Better Bruinwalk Extensionはaleehealeyによって開発されたChromeの拡張機能で、その主な機能は「Unofficial Bruinwalk extension」です。
拡張機能のスクリーンショット
Better Bruinwalk Extension拡張機能のCRXファイルをダウンロード
Better Bruinwalk Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily see Bruinwalk professor ratings in UCLA class search results. Now you can see student ratings in your study list, class planner, and when finding new classes to enroll in! Click to see the professor's full Bruinwalk page. Please note that not all professors may be on Bruinwalk.
拡張機能の基本情報
名前 | Better Bruinwalk Extension |
ID | dpjhemabolknklbaoeefjgjfibcngbpb |
公式URL | https://chromewebstore.google.com/detail/better-bruinwalk-extensio/dpjhemabolknklbaoeefjgjfibcngbpb |
説明 | Unofficial Bruinwalk extension |
ファイルサイズ | 7.45 KB |
インストール数 | 389 |
現在のバージョン | 0.1.0 |
最終更新日 | 2022-05-10 |
公開日 | 2022-05-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | aleehealey |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Bruinwalk Extension", "description": "Unofficial Bruinwalk extension", "version": "0.1.0", "manifest_version": 3, "icons": [], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/be.my.ucla.edu\/*", "https:\/\/sa.ucla.edu\/*", "https:\/\/www.bruinwalk.com\/*" ] } |