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 |
Eメール | [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" ] } ] } |