Compass Dark Theme

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

Apa itu Compass Dark Theme?

Compass Dark Theme adalah ekstensi Chrome yang dikembangkan oleh Valeriy Djulai, dan fitur utamanya adalah "Turn your compass school portal into a simpler and sleek looking design!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Compass Dark Theme

Unduh file ekstensi Compass Dark Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Compass Dark Theme Compass Dark Theme
ID djgcpgfednpfkdhoodgiokdelmefkine
URL Resmi https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine
Deskripsi Turn your compass school portal into a simpler and sleek looking design!
Ukuran File 303 KB
Jumlah Instalasi 206
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-05-13
Tanggal Publikasi 2019-05-13
Penilaian 4.38/5 Total 13 Penilaian
Pengembang Valeriy Djulai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://mortalis.me
URL Halaman Bantuan http://mortalis.me
Bahasa yang Didukung 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"
    ]
}