LMS TSU - სწავლების განრიგი

საგნების ცხრილი სორტირებული კვირის დღეების მიხედვით .

Cos'è LMS TSU - სწავლების განრიგი?

LMS TSU - სწავლების განრიგი è un'estensione di Chrome sviluppata da vajadzneladze, e la sua funzione principale è "საგნების ცხრილი სორტირებული კვირის დღეების მიხედვით .".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LMS TSU - სწავლების განრიგი

Scarica i file di estensione LMS TSU - სწავლების განრიგი 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

                        Restructuring table                    

Informazioni di Base sull'Estensione

Nome LMS TSU - სწავლების განრიგი LMS TSU - სწავლების განრიგი
ID gidmkdkdfollbdcplphfplclcmkdjhek
URL Ufficiale https://chromewebstore.google.com/detail/lms-tsu-%E1%83%A1%E1%83%AC%E1%83%90%E1%83%95%E1%83%9A%E1%83%94%E1%83%91%E1%83%98%E1%83%A1-%E1%83%92%E1%83%90%E1%83%9C%E1%83%A0%E1%83%98%E1%83%92%E1%83%98/gidmkdkdfollbdcplphfplclcmkdjhek
Descrizione საგნების ცხრილი სორტირებული კვირის დღეების მიხედვით .
Dimensione del File 1.26 MB
Conteggio Installazioni 1,339
Versione Corrente 0.2.1
Ultimo Aggiornamento 2019-05-07
Data di Pubblicazione 2019-05-07
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore vajadzneladze
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": " LMS TSU - \u10e1\u10ec\u10d0\u10d5\u10da\u10d4\u10d1\u10d8\u10e1 \u10d2\u10d0\u10dc\u10e0\u10d8\u10d2\u10d8",
    "version": "0.2.1",
    "description": " \u10e1\u10d0\u10d2\u10dc\u10d4\u10d1\u10d8\u10e1 \u10ea\u10ee\u10e0\u10d8\u10da\u10d8 \u10e1\u10dd\u10e0\u10e2\u10d8\u10e0\u10d4\u10d1\u10e3\u10da\u10d8 \u10d9\u10d5\u10d8\u10e0\u10d8\u10e1 \u10d3\u10e6\u10d4\u10d4\u10d1\u10d8\u10e1 \u10db\u10d8\u10ee\u10d4\u10d3\u10d5\u10d8\u10d7 .  ",
    "browser_action": {
        "default_icon": "tsu.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/lms.tsu.ge\/MyCourses\/Schedule"
            ]
        }
    ]
}