black blackboard

Changing blackboard to be actually black

black blackboardとは何ですか?

black blackboardはzainjaffalによって開発されたChromeの拡張機能で、その主な機能は「Changing blackboard to be actually black」です。

拡張機能のスクリーンショット

screenshot

black blackboard拡張機能のCRXファイルをダウンロード

black blackboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dark themed blackboard for The University of Manchester. The application can toggle between dark and light mode                    

拡張機能の基本情報

名前 black blackboard black blackboard
ID kgepackeiccmabppegicpjhbholploif
公式URL https://chromewebstore.google.com/detail/black-blackboard/kgepackeiccmabppegicpjhbholploif
説明 Changing blackboard to be actually black
ファイルサイズ 870 KB
インストール数 124
現在のバージョン 0.2.1
最終更新日 2021-04-23
公開日 2021-04-20
評価 5.00/5 合計 5 レビュー
開発者 zainjaffal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/zainja/blackblackboard
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "black blackboard",
    "version": "0.2.1",
    "description": "Changing blackboard to be actually black",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "setTheme.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/online.manchester.ac.uk\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/online.manchester.ac.uk\/*"
    ],
    "web_accessible_resources": [
        "blake.css"
    ]
}