CompassLT
Organise CompassLT
Co to jest CompassLT?
CompassLT to rozszerzenie Chrome opracowane przez DylanZipsin, a jego główną funkcją jest „Organise CompassLT”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CompassLT
Pobierz pliki rozszerzeń CompassLT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
Oficjalny URL | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
Opis | Organise CompassLT |
Rozmiar pliku | 37.35 KB |
Liczba instalacji | 45 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-08-24 |
Data Publikacji | 2020-05-18 |
Ocena | 2.00/5 Łącznie 2 Oceny |
Deweloper | DylanZipsin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |