CompassLT
Organise CompassLT
Wat is CompassLT?
CompassLT is een Chrome-extensie ontwikkeld door DylanZipsin, en de belangrijkste functie is "Organise CompassLT".
Extensie Screenshots
Download het CRX-bestand van de extensie CompassLT
Download CompassLT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
Officiële URL | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
Beschrijving | Organise CompassLT |
Bestandsgrootte | 37.35 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-08-24 |
Publicatiedatum | 2020-05-18 |
Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | DylanZipsin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |