Rate My BYU Professors
Get your potential professor's rating easily on the BYU registration page.
Что такое Rate My BYU Professors?
Rate My BYU Professors - это расширение Chrome, разработанное Viking Apps, и его основная функция - "Get your potential professor's rating easily on the BYU registration page.".
Снимки экрана расширения
Скачать файл CRX расширения Rate My BYU Professors
Скачайте файлы расширений Rate My BYU Professors в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Version 1.4 Security fixes were added in this version. This extension retrieves information about each BYU professor from RateMyProfessor and displays it on the BYU class registration page. It retrieves the information based on the professor's name. No information will be shown if the professor's name is misspelled or absent from the RateMyProfessor. A rating is displayed for each professor, which you can click to go to their RateMyProfessor page. If you hover over the rating, you can see the professor's stats at a glance.
Основная информация о расширении
Название | |
ID | ghokpcnkghnkfofadiajmmhinooijmaf |
Официальный URL | https://chrome.google.com/webstore/detail/ghokpcnkghnkfofadiajmmhinooijmaf |
Описание | Get your potential professor's rating easily on the BYU registration page. |
Размер файла | 463 KB |
Количество установок | 5,229 |
Текущая Версия | 1.4 |
Последнее Обновление | 2021-08-28 |
Дата публикации | 2019-06-06 |
Рейтинг | 4.76/5 Всего 45 оценок |
Разработчик | Viking Apps |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.paypal.me/brandonjorgenson |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My BYU Professors", "version": "1.4", "description": "Get your potential professor's rating easily on the BYU registration page.", "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "css": [ "tooltipster-master\/dist\/css\/tooltipster.main.min.css", "tooltip.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster-master\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "http:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*", "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "Images\/byu_logo16.png", "48": "Images\/byu_logo48.png", "128": "Images\/byu_logo128.png" }, "manifest_version": 2 } |