Green Sliders

Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.

O que é Green Sliders?

Green Sliders é uma extensão do Chrome desenvolvida por Stephen Cerruti, e sua principal característica é "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Green Sliders

Baixe arquivos de extensão Green Sliders no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.                    

Informações Básicas da Extensão

Nome Green Sliders Green Sliders
ID ekclgcnohbbnobgdoolbikeigdjnhdnp
URL Oficial https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp
Descrição Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Tamanho do Arquivo 34.33 KB
Contagem de Instalações 463
Versão Atual 1.0
Última Atualização 2016-04-16
Data de Publicação 2016-04-15
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Stephen Cerruti
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}