Scrollbar diet
Makes scrollbars thin and orange.
什么是Scrollbar diet?
Scrollbar diet是由code42day开发的Chrome扩展程序,该扩展的主要功能是“Makes scrollbars thin and orange.”。
扩展截图
下载Scrollbar diet扩展crx文件
下载Scrollbar diet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes style of the scrollbars to resemble those used by Ubuntu. 扩展基本信息
| 名称 | |
| ID | cacpdhkipimgfbkcdnkimkekjpfimabb |
| 官方URL | https://chromewebstore.google.com/detail/scrollbar-diet/cacpdhkipimgfbkcdnkimkekjpfimabb |
| 简介 | Makes scrollbars thin and orange. |
| 文件大小 | 17.13 KB |
| 安装次数 | 619 |
| 当前版本 | 1.0 |
| 更新时间 | 2013-08-27 |
| 上架时间 | 2013-08-27 |
| 评分 | 4.53/5 共15次评分 |
| 开发者 | code42day |
| 付费类型 | free |
| 扩展官网 | http://code42day.com |
| 帮助页面URL | https://github.com/pirxpilot/scrollbar-diet |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scrollbar diet",
"description": "Makes scrollbars thin and orange.",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"scrollbars.css"
]
}
]
} | |