v chill

make your browser v chill. https://github.com/kevinmcvey/v-chill

O que é v chill?

v chill é uma extensão do Chrome desenvolvida por Kevin McVey, e sua principal característica é "make your browser v chill. https://github.com/kevinmcvey/v-chill".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão v chill

Baixe arquivos de extensão v chill 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

                        A really, really useless Chrome Extension that makes your browser SO CHILL. 95% experimenting with Chrome, 5% a bad joke.

Features, such as they are:

1. All text is lowercase.
2. Unchill words are replaced with chill counterparts. very becomes v, for instance.
3. Actually that's it. Just those two.

Enable and disable from chrome://extensions.                    

Informações Básicas da Extensão

Nome v chill v chill
ID pmomoiihehlkpfoamjffkelhjfnhmgoo
URL Oficial https://chrome.google.com/webstore/detail/pmomoiihehlkpfoamjffkelhjfnhmgoo
Descrição make your browser v chill. https://github.com/kevinmcvey/v-chill
Tamanho do Arquivo 8.52 KB
Contagem de Instalações 17
Versão Atual 1.0
Última Atualização 2015-07-26
Data de Publicação 2015-07-26
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Kevin McVey
Tipo de Pagamento free
Site da Extensão https://github.com/kevinmcvey/v-chill
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "v chill",
    "version": "1.0",
    "description": "make your browser v chill. https:\/\/github.com\/kevinmcvey\/v-chill",
    "icons": {
        "128": "media\/logo128.png",
        "48": "media\/logo48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/chill.js"
            ],
            "run_at": "document_idle"
        }
    ]
}