CompassLT
Organise CompassLT
Cos'è CompassLT?
CompassLT è un'estensione di Chrome sviluppata da DylanZipsin, e la sua funzione principale è "Organise CompassLT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CompassLT
Scarica i file di estensione CompassLT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
URL Ufficiale | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
Descrizione | Organise CompassLT |
Dimensione del File | 37.35 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-08-24 |
Data di Pubblicazione | 2020-05-18 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | DylanZipsin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |