CompassLT
Organise CompassLT
Что такое CompassLT?
CompassLT - это расширение Chrome, разработанное DylanZipsin, и его основная функция - "Organise CompassLT".
Снимки экрана расширения
Скачать файл CRX расширения CompassLT
Скачайте файлы расширений CompassLT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple extention which adds allows users to automatically organise their Compass Learning Tasks page. By default, items are sorted alphabetically by class code, and not all of them are displayed. With this extention, as the webpage loads, the maximum number of items are displayed and grouping by class code is enabled, sorting them first by class and then by submission date.
Основная информация о расширении
Название | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
Официальный URL | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
Описание | Organise CompassLT |
Размер файла | 37.35 KB |
Количество установок | 45 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-08-24 |
Дата публикации | 2020-05-18 |
Рейтинг | 2.00/5 Всего 2 оценок |
Разработчик | DylanZipsin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CompassLT", "description": "Organise CompassLT", "version": "1.1", "manifest_version": 2, "icons": { "16": "icon_16.png", "64": "icon_64.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/viewbank-vic.compass.education\/Records\/User.aspx" ], "js": [ "content.js" ] } ] } |