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