hansah - lowercase the web

lowercase everything. love. pink. polka dots.

O que é hansah - lowercase the web?

hansah - lowercase the web é uma extensão do Chrome desenvolvida por kyledreger, e sua principal característica é "lowercase everything. love. pink. polka dots.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão hansah - lowercase the web

Baixe arquivos de extensão hansah - lowercase the web 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

                        lowercase is fun, join us!                    

Informações Básicas da Extensão

Nome hansah - lowercase the web hansah - lowercase the web
ID enjbmefgkgffamingnaeiojfiehhggge
URL Oficial https://chromewebstore.google.com/detail/hansah-lowercase-the-web/enjbmefgkgffamingnaeiojfiehhggge
Descrição lowercase everything. love. pink. polka dots.
Tamanho do Arquivo 14.28 KB
Contagem de Instalações 66
Versão Atual 1.0.0
Última Atualização 2014-04-09
Data de Publicação 2014-04-09
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor kyledreger
Tipo de Pagamento free
Site da Extensão http://kyledreger.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hansah - lowercase the web",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "lowercase everything. love. pink. polka dots.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "hansah.css"
            ]
        }
    ]
}