Fancy Scrollbars

Give Google Chrome fancy scrollbars!

Fancy Scrollbarsとは何ですか?

Fancy ScrollbarsはAmbrose Chua (Legacy)によって開発されたChromeの拡張機能で、その主な機能は「Give Google Chrome fancy scrollbars!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Give Google Chrome fancier scrollbars that overwrite the native ones.                    

拡張機能の基本情報

名前 Fancy Scrollbars Fancy Scrollbars
ID geanglipdfaclincpjddaoenfodldgnl
公式URL https://chromewebstore.google.com/detail/fancy-scrollbars/geanglipdfaclincpjddaoenfodldgnl
説明 Give Google Chrome fancy scrollbars!
ファイルサイズ 7.14 KB
インストール数 59
現在のバージョン 0.1.3
最終更新日 2014-03-29
公開日 2014-03-29
評価 2.80/5 合計 5 レビュー
開発者 Ambrose Chua (Legacy)
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fancy Scrollbars",
    "description": "Give Google Chrome fancy scrollbars! ",
    "version": "0.1.3",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}