Grey Scrollbar with buttons

Widens and darkens the scrollbar and adds back the buttons. Uses css only.

Grey Scrollbar with buttonsとは何ですか?

Grey Scrollbar with buttonsはchippyによって開発されたChromeの拡張機能で、その主な機能は「Widens and darkens the scrollbar and adds back the buttons. Uses css only.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.                    

拡張機能の基本情報

名前 Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
公式URL https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
説明 Widens and darkens the scrollbar and adds back the buttons. Uses css only.
ファイルサイズ 11.05 KB
インストール数 1,126
現在のバージョン 0.1.2
最終更新日 2014-04-12
公開日 2014-04-12
評価 4.63/5 合計 16 レビュー
開発者 chippy
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grey Scrollbar with buttons",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "version": "0.1.2",
    "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}