LMS

Organize tables for LMS

ما هو LMS؟

LMS هو إضافة Chrome تم تطويرها بواسطة oleggugunava، والميزة الرئيسية لها هي "Organize tables for LMS".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LMS

قم بتنزيل ملفات الامتداد LMS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
}