CompassLT
Organise CompassLT
Vad är CompassLT?
CompassLT är en Chrome-tillägg utvecklad av DylanZipsin, och dess huvudfunktion är "Organise CompassLT".
Tilläggsskärmbilder
Ladda ner CompassLT-förlängningens CRX-fil
Ladda ner CompassLT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
Officiell webbadress | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
Beskrivning | Organise CompassLT |
Filstorlek | 37.35 KB |
Antal Installationer | 45 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-08-24 |
Publiceringsdatum | 2020-05-18 |
Betyg | 2.00/5 Totalt 2 Betyg |
Utvecklare | DylanZipsin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |