UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Что такое UCalgary Rate My Prof?
UCalgary Rate My Prof - это расширение Chrome, разработанное HCExtensions, и его основная функция - "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".
Снимки экрана расширения
Скачать файл CRX расширения UCalgary Rate My Prof
Скачайте файлы расширений UCalgary Rate My Prof в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings.
Buy me a coffee: https://ko-fi.com/harrych Основная информация о расширении
| Название | |
| ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
| Официальный URL | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
| Описание | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
| Размер файла | 14.35 KB |
| Количество установок | 109 |
| Текущая Версия | 0.1.1 |
| Последнее Обновление | 2024-02-25 |
| Дата публикации | 2023-04-02 |
| Разработчик | HCExtensions |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "UCalgary Rate My Prof",
"description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.",
"version": "0.1.1",
"content_scripts": [
{
"matches": [
"https:\/\/vsb.my.ucalgary.ca\/*",
"https:\/\/*.ucalgary.ca\/*\/courses*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/professor16.png",
"32": "icons\/professor32.png",
"48": "icons\/professor48.png",
"128": "icons\/professor128.png"
}
} | |