Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Qu'est-ce que Green Sliders ?
Green Sliders est une extension Chrome développée par Stephen Cerruti, et sa fonction principale est "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Green Sliders
Téléchargez les fichiers d'extension Green Sliders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
Informations de Base sur l'Extension
Nom | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
URL Officiel | 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. |
Taille du Fichier | 34.33 KB |
Nombre d'Installations | 463 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-04-16 |
Date de Publication | 2016-04-15 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | Stephen Cerruti |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |