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
公式URL 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
Eメール [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
}