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

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

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

LMS TSU - სწავლების განრიგი is a Chrome extension developed by vajadzneladze, and its main feature is "საგნების ცხრილი სორტირებული კვირის დღეების მიხედვით .".

Extension Screenshots

screenshot

Download LMS TSU - სწავლების განრიგი Extension CRX File

Download LMS TSU - სწავლების განრიგი extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Restructuring table                    

Extension Basic Information

Name LMS TSU - სწავლების განრიგი LMS TSU - სწავლების განრიგი
ID gidmkdkdfollbdcplphfplclcmkdjhek
Official URL 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
Description საგნების ცხრილი სორტირებული კვირის დღეების მიხედვით .
File Size 1.26 MB
Installation Count 1,339
Current Version 0.2.1
Last Updated 2019-05-07
Publish Date 2019-05-07
Rating 5.00/5 Total 5 Ratings
Developer vajadzneladze
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}