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)
电子邮箱 [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"
            ]
        }
    ]
}