And them's the facts

Adds the catch phrase at the end of every Wikipedia article

Τι είναι το And them's the facts;

Το And them's the facts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον entibo, και η κύρια λειτουργία του είναι "Adds the catch phrase at the end of every Wikipedia article".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης And them's the facts

Λήψη αρχείων επέκτασης And them's the facts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
Επίσημο URL https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
Περιγραφή Adds the catch phrase at the end of every Wikipedia article
Μέγεθος Αρχείου 20.35 KB
Αριθμός Εγκαταστάσεων 95
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2015-11-15
Ημερομηνία Δημοσίευσης 2015-11-15
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής entibo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://entibo.fr
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}