LMS

Organize tables for LMS

LMSคืออะไร?

LMS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oleggugunava และคุณลักษณะหลักของมันคือ "Organize tables for LMS"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LMS

ดาวน์โหลดไฟล์ส่วนขยาย LMS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}