Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Was ist Green Sliders?
Green Sliders ist eine Chrome-Erweiterung, die von Stephen Cerruti entwickelt wurde, und ihr Hauptmerkmal ist "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".
Erweiterungsscreenshots
Green Sliders-Erweiterungs-CRX-Datei herunterladen
Laden Sie Green Sliders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
Grundlegende Informationen zur Erweiterung
Name | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
Offizielle URL | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
Beschreibung | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
Dateigröße | 34.33 KB |
Installationsanzahl | 463 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-04-16 |
Veröffentlichungsdatum | 2016-04-15 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | Stephen Cerruti |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |