Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
什么是Green Sliders?
Green Sliders是由Stephen Cerruti开发的Chrome扩展程序,该扩展的主要功能是“Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.”。
扩展截图
下载Green Sliders扩展crx文件
下载Green Sliders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
扩展基本信息
名称 | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
官方URL | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
简介 | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
文件大小 | 34.33 KB |
安装次数 | 463 |
当前版本 | 1.0 |
更新时间 | 2016-04-16 |
上架时间 | 2016-04-15 |
评分 | 4.25/5 共4次评分 |
开发者 | Stephen Cerruti |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Green Sliders", "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.scoutbook.com\/*" ], "css": [ "greenSliders.css" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "72": "icon72.png", "128": "icon128.png" } } |