Custom Scrollbar
Choose or make your own custom scrollbar
什么是Custom Scrollbar?
Custom Scrollbar是由Rohan Anand开发的Chrome扩展程序,该扩展的主要功能是“Choose or make your own custom scrollbar”。
扩展截图
下载Custom Scrollbar扩展crx文件
下载Custom Scrollbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Choose or make your own custom scrollbar. Get a scrollbar with your favorite colors, sizes, and designs.
扩展基本信息
名称 | Custom Scrollbar |
ID | eijidopnhkddehclhkbakbccdanmfhoh |
官方URL | https://chromewebstore.google.com/detail/custom-scrollbar/eijidopnhkddehclhkbakbccdanmfhoh |
简介 | Choose or make your own custom scrollbar |
文件大小 | 22.02 MB |
安装次数 | 393 |
当前版本 | 1.1.0 |
更新时间 | 2021-08-05 |
上架时间 | 2021-07-18 |
评分 | 5.00/5 共1次评分 |
开发者 | Rohan Anand |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Scrollbar", "version": "1.1.0", "description": "Choose or make your own custom scrollbar", "options_page": "\/options\/customScrollbarOptions.html", "action": { "default_popup": "\/quickSettings\/customScrollbarQuickSettings.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "\/images\/icons\/customscrollbaricon16.png", "32": "\/images\/icons\/customscrollbaricon32.png", "48": "\/images\/icons\/customscrollbaricon48.png", "128": "\/images\/icons\/customscrollbaricon128.png" }, "background": { "service_worker": "\/customscrollbarstart.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*\/", "https:\/\/*\/*" ], "js": [ "customScrollbar.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/scrollbarImages*" ], "matches": [ " |