And them's the facts

Adds the catch phrase at the end of every Wikipedia article

Qu'est-ce que And them's the facts ?

And them's the facts est une extension Chrome développée par entibo, et sa fonction principale est "Adds the catch phrase at the end of every Wikipedia article".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension And them's the facts

Téléchargez les fichiers d'extension And them's the facts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
URL Officiel https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
Description Adds the catch phrase at the end of every Wikipedia article
Taille du Fichier 20.35 KB
Nombre d'Installations 95
Version Actuelle 0.2
Dernière Mise à Jour 2015-11-15
Date de Publication 2015-11-15
Évaluation 4.75/5 Total 4 Évaluations
Développeur entibo
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://entibo.fr
Langues Prises en Charge 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"
            ]
        }
    ]
}