Compass Dark Theme

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

What is Compass Dark Theme?

Compass Dark Theme is a Chrome extension developed by Valeriy Djulai, and its main feature is "Turn your compass school portal into a simpler and sleek looking design!".

Extension Screenshots

screenshot
screenshot

Download Compass Dark Theme Extension CRX File

Download Compass Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Compass Dark Theme Compass Dark Theme
ID djgcpgfednpfkdhoodgiokdelmefkine
Official URL https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine
Description Turn your compass school portal into a simpler and sleek looking design!
File Size 303 KB
Installation Count 206
Current Version 1.2
Last Updated 2019-05-13
Publish Date 2019-05-13
Rating 4.38/5 Total 13 Ratings
Developer Valeriy Djulai
Email [email protected]
Payment Type free
Extension Website http://mortalis.me
Help Page URL http://mortalis.me
Supported Languages 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"
    ]
}