LMS

Organize tables for LMS

LMS là gì?

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

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

screenshot

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

Tải xuống các tệp mở rộng LMS 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

                        Simplify list view in student portal lms.tsu.ge

this item will make student card and schedule more flexible and simple.

Expansion is safe and its code is public.

GitHub Repo: https://github.com/JARVIP/LMS                    

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

Tên LMS LMS
ID nmkknndicoceioabjabeaepfkmokimma
URL Chính Thức https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma
Mô tả Organize tables for LMS
Kích Thước Tệp 8.04 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2021-06-30
Ngày Phát Hành 2019-03-19
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển oleggugunava
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": "LMS",
    "version": "3.3",
    "description": "Organize tables for LMS",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lms.tsu.ge\/StudentCard\/*",
                "*:\/\/*.lms.tsu.ge\/MyCourses\/Schedule\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}