UMass Professor Ratings
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
Что такое UMass Professor Ratings?
UMass Professor Ratings - это расширение Chrome, разработанное anthony.rotiroti, и его основная функция - "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…".
Снимки экрана расширения
Скачать файл CRX расширения UMass Professor Ratings
Скачайте файлы расширений UMass Professor Ratings в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.
Основная информация о расширении
Название | |
ID | cfcmdmblcnnoppgldifmihbmpeneplbi |
Официальный URL | https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi |
Описание | UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension… |
Размер файла | 84.28 KB |
Количество установок | 81 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-04-01 |
Дата публикации | 2019-03-31 |
Рейтинг | 5.00/5 Всего 15 оценок |
Разработчик | anthony.rotiroti |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UMass Professor Ratings", "version": "1.2", "background": { "scripts": [ "jquery-3.2.1.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.spire.umass.edu\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.ratemyprofessors.com\/*", "https:\/\/www.spire.com.umass.edu\/*" ] } |