CompassLT

Organise CompassLT

CompassLT là gì?

CompassLT là một tiện ích mở rộng Chrome được phát triển bởi DylanZipsin, và tính năng chính của nó là "Organise CompassLT".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CompassLT

Tải xuống các tệp mở rộng CompassLT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CompassLT CompassLT
ID ocgkpcdhifhdgpipafhbgnplpgebohel
URL Chính Thức https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel
Mô tả Organise CompassLT
Kích Thước Tệp 37.35 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-08-24
Ngày Phát Hành 2020-05-18
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển DylanZipsin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}