Compass Dark Theme

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

Compass Dark Theme là gì?

Compass Dark Theme là một tiện ích mở rộng Chrome được phát triển bởi Valeriy Djulai, và tính năng chính của nó là "Turn your compass school portal into a simpler and sleek looking design!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Compass Dark Theme

Tải xuống các tệp mở rộng Compass Dark Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Compass Dark Theme Compass Dark Theme
ID djgcpgfednpfkdhoodgiokdelmefkine
URL Chính Thức https://chromewebstore.google.com/detail/compass-dark-theme/djgcpgfednpfkdhoodgiokdelmefkine
Mô tả Turn your compass school portal into a simpler and sleek looking design!
Kích Thước Tệp 303 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-05-13
Ngày Phát Hành 2019-05-13
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Valeriy Djulai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mortalis.me
URL Trang Trợ Giúp http://mortalis.me
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}