Custom Scroll Bar

Custom Scroll Bar

什么是Custom Scroll Bar?

Custom Scroll Bar是由Kunihiro Ando开发的Chrome扩展程序,该扩展的主要功能是“Custom Scroll Bar”。

下载Custom Scroll Bar扩展crx文件

下载Custom Scroll Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        CSS injection
  

  Options Page                    

扩展基本信息

名称 Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
官方URL https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
简介 Custom Scroll Bar
文件大小 9.59 KB
安装次数 136
当前版本 1.0
更新时间 2015-06-24
上架时间 2015-06-24
评分 4.43/5 共7次评分
开发者 Kunihiro Ando
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Scroll Bar",
    "description": "Custom Scroll Bar",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "version": "1.0"
}