Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
What is Green Sliders?
Green Sliders is a Chrome extension developed by Stephen Cerruti, and its main feature is "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".
Extension Screenshots
Download Green Sliders Extension CRX File
Download Green Sliders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
Extension Basic Information
Name | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
Official URL | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
Description | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
File Size | 34.33 KB |
Installation Count | 463 |
Current Version | 1.0 |
Last Updated | 2016-04-16 |
Publish Date | 2016-04-15 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Stephen Cerruti |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |