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はentiboによって開発されたChromeの拡張機能で、その主な機能は「Adds the catch phrase at the end of every Wikipedia article」です。

拡張機能のスクリーンショット

screenshot

And them's the facts拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}