Compass Dark Theme

Turn your compass school portal into a simpler and sleek looking design!

ما هو Compass Dark Theme؟

Compass Dark Theme هو إضافة Chrome تم تطويرها بواسطة Valeriy Djulai، والميزة الرئيسية لها هي "Turn your compass school portal into a simpler and sleek looking design!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Compass Dark Theme

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

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

                        Are you tired of the classic, boring and ugly compass interface? Well here's a nice extension to spice things up. 
Introducing dark theme for compass, a visual overhaul for the educational website Compass. 
Expect more themes in the near future.                    

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

الاسم Compass Dark Theme Compass Dark Theme
ID djgcpgfednpfkdhoodgiokdelmefkine
عنوان URL الرسمي https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine
الوصف Turn your compass school portal into a simpler and sleek looking design!
حجم الملف 303 KB
عدد التثبيتات 206
النسخة الحالية 1.2
آخر تحديث 2019-05-13
تاريخ النشر 2019-05-13
تقييم 4.38/5 مجموع تقييمات 13
المطور Valeriy Djulai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://mortalis.me
عنوان صفحة المساعدة http://mortalis.me
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compass Dark Theme",
    "version": "1.2",
    "description": "Turn your compass school portal into a simpler and sleek looking design!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.compass.education\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.compass.education\/*"
            ],
            "js": [
                "site.js"
            ]
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css",
        "options.js"
    ]
}