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
官方網址 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"
            ]
        }
    ]
}