BunsenLabs Blue Dark Scrollbars

Scrollbars to match the GTK BunsenLabs Blue Dark theme.

BunsenLabs Blue Dark Scrollbarsとは何ですか?

BunsenLabs Blue Dark Scrollbarsはnicholasalipazによって開発されたChromeの拡張機能で、その主な機能は「Scrollbars to match the GTK BunsenLabs Blue Dark theme.」です。

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

screenshot

BunsenLabs Blue Dark Scrollbars拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Google Chrome themes don't currently allow theming of scrollbars, this extension provides matching scrollbars for the BunsenLabs Blue Dark GTK theme.  To get the theme see "Related -> More from this developer".

bunsen, labs, blue, dark, gtk                    

拡張機能の基本情報

名前 BunsenLabs Blue Dark Scrollbars BunsenLabs Blue Dark Scrollbars
ID alimnhdgpcgpogcpedoelmeeabkadjpf
公式URL https://chromewebstore.google.com/detail/bunsenlabs-blue-dark-scro/alimnhdgpcgpogcpedoelmeeabkadjpf
説明 Scrollbars to match the GTK BunsenLabs Blue Dark theme.
ファイルサイズ 6.45 KB
インストール数 714
現在のバージョン 1.0
最終更新日 2015-04-09
公開日 2015-04-09
評価 3.75/5 合計 12 レビュー
開発者 nicholasalipaz
支払い方法 free
対応言語 en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars to match the GTK BunsenLabs Blue Dark theme.",
    "icons": {
        "128": "icon128.png"
    },
    "name": "BunsenLabs Blue Dark Scrollbars",
    "short_name": "BLBlDkScroll",
    "version": "1.0"
}