And them's the facts

Adds the catch phrase at the end of every Wikipedia article

Was ist And them's the facts?

And them's the facts ist eine Chrome-Erweiterung, die von entibo entwickelt wurde, und ihr Hauptmerkmal ist "Adds the catch phrase at the end of every Wikipedia article".

Erweiterungsscreenshots

screenshot

And them's the facts-Erweiterungs-CRX-Datei herunterladen

Laden Sie And them's the facts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
Offizielle URL https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
Beschreibung Adds the catch phrase at the end of every Wikipedia article
Dateigröße 20.35 KB
Installationsanzahl 95
Aktuelle Version 0.2
Letztes Update 2015-11-15
Veröffentlichungsdatum 2015-11-15
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler entibo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://entibo.fr
Unterstützte Sprachen 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"
            ]
        }
    ]
}