Better Bruinwalk Extension

Unofficial Bruinwalk extension

什麼是Better Bruinwalk Extension?

Better Bruinwalk Extension是由aleehealey開發的Chrome擴展程式,該擴展的主要功能是“Unofficial Bruinwalk extension”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Better Bruinwalk Extension
ID dpjhemabolknklbaoeefjgjfibcngbpb
官方網址 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
電子郵箱 [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\/*"
    ]
}