CompassLT
Organise CompassLT
Was ist CompassLT?
CompassLT ist eine Chrome-Erweiterung, die von DylanZipsin entwickelt wurde, und ihr Hauptmerkmal ist "Organise CompassLT".
Erweiterungsscreenshots
CompassLT-Erweiterungs-CRX-Datei herunterladen
Laden Sie CompassLT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
Offizielle URL | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
Beschreibung | Organise CompassLT |
Dateigröße | 37.35 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-08-24 |
Veröffentlichungsdatum | 2020-05-18 |
Bewertung | 2.00/5 Insgesamt 2 Bewertungen |
Entwickler | DylanZipsin |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |