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
官方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
电子邮箱 [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\/*"
    ]
}