Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Wat is Green Sliders?
Green Sliders is een Chrome-extensie ontwikkeld door Stephen Cerruti, en de belangrijkste functie is "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".
Extensie Screenshots
Download het CRX-bestand van de extensie Green Sliders
Download Green Sliders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
Basisinformatie over de Extensie
Naam | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
Officiële URL | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
Beschrijving | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
Bestandsgrootte | 34.33 KB |
Aantal Installaties | 463 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-04-16 |
Publicatiedatum | 2016-04-15 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Stephen Cerruti |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |