LMS

Organize tables for LMS

Wat is LMS?

LMS is een Chrome-extensie ontwikkeld door oleggugunava, en de belangrijkste functie is "Organize tables for LMS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LMS

Download LMS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LMS LMS
ID nmkknndicoceioabjabeaepfkmokimma
Officiële URL https://chrome.google.com/webstore/detail/lms/nmkknndicoceioabjabeaepfkmokimma
Beschrijving Organize tables for LMS
Bestandsgrootte 8.04 KB
Aantal Installaties 5,000
Huidige Versie 3.3
Laatst Bijgewerkt 2021-06-30
Publicatiedatum 2019-03-19
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar oleggugunava
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}