Rescroller
Decorate your scrollbars.
什么是Rescroller?
Rescroller是由David Watkins开发的Chrome扩展程序,该扩展的主要功能是“Decorate your scrollbars.”。
扩展截图
下载Rescroller扩展crx文件
下载Rescroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually. Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller
扩展基本信息
名称 | Rescroller |
ID | ddehdnnhjimbggeeenghijehnpakijod |
官方URL | https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod |
简介 | Decorate your scrollbars. |
文件大小 | 320 KB |
安装次数 | 42,842 |
当前版本 | 1.3 |
更新时间 | 2016-08-08 |
上架时间 | 2016-08-07 |
评分 | 4.43/5 共360次评分 |
开发者 | David Watkins |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rescroller", "version": "1.3", "version_name": "1.3", "manifest_version": 2, "description": "Decorate your scrollbars.", "icons": { "16": "appicons\/icon16.png", "19": "appicons\/icon19.png", "48": "appicons\/icon48.png", "128": "appicons\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Rescroller Settings", "default_icon": "appicons\/icon19.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/cssjson.js", "js\/rescroller.js", "js\/background.js" ], "persistant": false }, "permissions": [ " |