CompassLT
Organise CompassLT
什么是CompassLT?
CompassLT是由DylanZipsin开发的Chrome扩展程序,该扩展的主要功能是“Organise CompassLT”。
扩展截图
下载CompassLT扩展crx文件
下载CompassLT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ocgkpcdhifhdgpipafhbgnplpgebohel |
官方URL | https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel |
简介 | Organise CompassLT |
文件大小 | 37.35 KB |
安装次数 | 45 |
当前版本 | 1.1 |
更新时间 | 2020-08-24 |
上架时间 | 2020-05-18 |
评分 | 2.00/5 共2次评分 |
开发者 | DylanZipsin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |