Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Cos'è Green Sliders?
Green Sliders è un'estensione di Chrome sviluppata da Stephen Cerruti, e la sua funzione principale è "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Green Sliders
Scarica i file di estensione Green Sliders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
Informazioni di Base sull'Estensione
Nome | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
URL Ufficiale | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
Descrizione | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
Dimensione del File | 34.33 KB |
Conteggio Installazioni | 463 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-04-16 |
Data di Pubblicazione | 2016-04-15 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | Stephen Cerruti |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |