Rate My Longhorn

An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.

Rate My Longhornคืออะไร?

Rate My Longhorn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chinedu Enwere และคุณลักษณะหลักของมันคือ "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rate My Longhorn

ดาวน์โหลดไฟล์ส่วนขยาย Rate My Longhorn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just click the extension and search your desired professor.

1.6 
 - NEW adaptive search! The extension will try to figure out what teachers you are looking for despite spelling mistakes the name may have.
 - Bug fixes
 - New features coming soon!
1.5
- Added error form.
- Bug fixes.

1.4.2
- Fixed bugs
- Implemented new API (old one wasn't working)
- Updated screenshots                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rate My Longhorn Rate My Longhorn
ID dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rate-my-longhorn/dijmpgfokmpbmkhgmhcjbkmdpbefdlhd
คำอธิบาย An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.
ขนาดไฟล์ 32.97 KB
จำนวนการติดตั้ง 395
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2019-08-21
วันที่เผยแพร่ 2019-08-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Chinedu Enwere
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My Longhorn",
    "version": "1.6",
    "manifest_version": 2,
    "description": "An easier, effective and more efficient way to search for ratings of professors at the University of Texas at Austin.",
    "browser_action": {
        "default_title": "Rate My Longhorn",
        "default_icon": "longhorn.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "",
        "notifications"
    ]
}