Scrollbar diet

Makes scrollbars thin and orange.

Scrollbar dietとは何ですか?

Scrollbar dietはcode42dayによって開発されたChromeの拡張機能で、その主な機能は「Makes scrollbars thin and orange.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Changes style of the scrollbars to resemble those used by Ubuntu.                    

拡張機能の基本情報

名前 Scrollbar diet Scrollbar diet
ID cacpdhkipimgfbkcdnkimkekjpfimabb
公式URL https://chromewebstore.google.com/detail/scrollbar-diet/cacpdhkipimgfbkcdnkimkekjpfimabb
説明 Makes scrollbars thin and orange.
ファイルサイズ 17.13 KB
インストール数 619
現在のバージョン 1.0
最終更新日 2013-08-27
公開日 2013-08-27
評価 4.53/5 合計 15 レビュー
開発者 code42day
支払い方法 free
拡張機能のウェブサイト http://code42day.com
ヘルプページのURL https://github.com/pirxpilot/scrollbar-diet
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrollbar diet",
    "description": "Makes scrollbars thin and orange.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "scrollbars.css"
            ]
        }
    ]
}