LMS

Organize tables for LMS

什麼是LMS?

LMS是由oleggugunava開發的Chrome擴展程式,該擴展的主要功能是“Organize tables for LMS”。

擴展截圖

screenshot

下載LMS擴展crx文件

下載LMS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 LMS LMS
ID nmkknndicoceioabjabeaepfkmokimma
官方網址 https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma
簡介 Organize tables for LMS
檔案大小 8.04 KB
安裝次數 5,000
目前版本 3.3
更新時間 2021-06-30
上架時間 2019-03-19
評分 5.00/5 共 14 次評分
開發者 oleggugunava
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}