CompassLT

Organise CompassLT

ما هو CompassLT؟

CompassLT هو إضافة Chrome تم تطويرها بواسطة DylanZipsin، والميزة الرئيسية لها هي "Organise CompassLT".

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

screenshot
screenshot

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

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

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

                        A simple extention which adds allows users to automatically organise their Compass Learning Tasks page. By default, items are sorted alphabetically by class code, and not all of them are displayed. With this extention, as the webpage loads, the maximum number of items are displayed and grouping by class code is enabled, sorting them first by class and then by submission date.                    

معلومات أساسية عن التمديد

الاسم CompassLT CompassLT
ID ocgkpcdhifhdgpipafhbgnplpgebohel
عنوان URL الرسمي https://chrome.google.com/webstore/detail/compasslt/ocgkpcdhifhdgpipafhbgnplpgebohel
الوصف Organise CompassLT
حجم الملف 37.35 KB
عدد التثبيتات 45
النسخة الحالية 1.1
آخر تحديث 2020-08-24
تاريخ النشر 2020-05-18
تقييم 2.00/5 مجموع تقييمات 2
المطور DylanZipsin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CompassLT",
    "description": "Organise CompassLT",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/viewbank-vic.compass.education\/Records\/User.aspx"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}