And them's the facts

Adds the catch phrase at the end of every Wikipedia article

O que é And them's the facts?

And them's the facts é uma extensão do Chrome desenvolvida por entibo, e sua principal característica é "Adds the catch phrase at the end of every Wikipedia article".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão And them's the facts

Baixe arquivos de extensão And them's the facts 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

                        Most Wikipedia users take the articles at face value, rarely making any changes or questioning any of the facts. Tyler Haley, however, is not the average Wikipedia user.

“I was reading about moose on Wikipedia, and when I got to the end of the article it was just over. That’s it. Done,” Tyler said. “I knew I could do something to help.”

And help he did. Since that day, Tyler has edited over 50,000 Wikipedia articles to end with the phrase “And them’s the facts!”

Based on this article: 
http://www.clickhole.com/article/man-mission-man-adding-and-thems-facts-end-every-w-2182

And made on /u/OgodHOWdisGEThere's request.                    

Informações Básicas da Extensão

Nome And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
URL Oficial https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
Descrição Adds the catch phrase at the end of every Wikipedia article
Tamanho do Arquivo 20.35 KB
Contagem de Instalações 95
Versão Atual 0.2
Última Atualização 2015-11-15
Data de Publicação 2015-11-15
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor entibo
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://entibo.fr
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "And them's the facts",
    "description": "Adds the catch phrase at the end of every Wikipedia article",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*.wikipedia.*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}