Programming to Googling StackOverflow

Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe

O que é Programming to Googling StackOverflow?

Programming to Googling StackOverflow é uma extensão do Chrome desenvolvida por Francis N, e sua principal característica é "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Programming to Googling StackOverflow

Baixe arquivos de extensão Programming to Googling StackOverflow 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 app replaces the word "programming" with "Googling StackOverflow" as well as several other variations of the word "programming."

This was inspired by The Allium: http://bit.ly/1HF3QEe                    

Informações Básicas da Extensão

Nome Programming to Googling StackOverflow Programming to Googling StackOverflow
ID cdfmakoamfdggejpagcaejcllihongbm
URL Oficial https://chromewebstore.google.com/detail/programming-to-googling-s/cdfmakoamfdggejpagcaejcllihongbm
Descrição Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe
Tamanho do Arquivo 4.78 KB
Contagem de Instalações 46
Versão Atual 1.2
Última Atualização 2015-07-24
Data de Publicação 2015-07-24
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Francis N
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming to Googling StackOverflow",
    "version": "1.2",
    "description": "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http:\/\/bit.ly\/1HF3QEe",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}