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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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"
    ]
}