CompassLT

Organise CompassLT

什麼是CompassLT?

CompassLT是由DylanZipsin開發的Chrome擴展程式,該擴展的主要功能是“Organise CompassLT”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 CompassLT CompassLT
ID ocgkpcdhifhdgpipafhbgnplpgebohel
官方網址 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"
            ]
        }
    ]
}