Better Bruinwalk Extension

Unofficial Bruinwalk extension

Better Bruinwalk Extensionคืออะไร?

Better Bruinwalk Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aleehealey และคุณลักษณะหลักของมันคือ "Unofficial Bruinwalk extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Bruinwalk Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}