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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}