LMS

Organize tables for LMS

Cos'è LMS?

LMS è un'estensione di Chrome sviluppata da oleggugunava, e la sua funzione principale è "Organize tables for LMS".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LMS

Scarica i file di estensione LMS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LMS LMS
ID nmkknndicoceioabjabeaepfkmokimma
URL Ufficiale https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma
Descrizione Organize tables for LMS
Dimensione del File 8.04 KB
Conteggio Installazioni 5,000
Versione Corrente 3.3
Ultimo Aggiornamento 2021-06-30
Data di Pubblicazione 2019-03-19
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore oleggugunava
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}