darkhub

a crude google chrome extension to darken github.com

darkhubとは何ですか?

darkhubはxeroによって開発されたChromeの拡張機能で、その主な機能は「a crude google chrome extension to darken github.com」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        invert the colors of github.com

follow the project at: https://github.com/xero/darkhub

you can also install this theme with stylish: https://userstyles.org/styles/116810/darkhub-github-com

find more of my userstyles here: https://git.io/stylez                    

拡張機能の基本情報

名前 darkhub darkhub
ID dkjhglblnbkbllapljjhjjggnoijejdj
公式URL https://chrome.google.com/webstore/detail/darkhub/dkjhglblnbkbllapljjhjjggnoijejdj
説明 a crude google chrome extension to darken github.com
ファイルサイズ 133 KB
インストール数 125
現在のバージョン 1.1.1
最終更新日 2017-03-12
公開日 2017-03-12
評価 5.00/5 合計 1 レビュー
開発者 xero
支払い方法 free
拡張機能のウェブサイト http://git.io/darkhub
ヘルプページのURL https://github.com/xero/darkhub/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "darkhub",
    "description": "a crude google chrome extension to darken github.com",
    "version": "1.1.1",
    "author": "xero harrison",
    "permissions": [
        "tabs",
        "",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "darkhub-16.png",
        "48": "darkhub-48.png",
        "128": "darkhub-128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/start.js"
            ],
            "matches": [
                "*:\/\/*.github.com\/*",
                "*:\/\/*.githubusercontent.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/start.js",
        "css\/darkhub.min.css"
    ]
}