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"
    }
}