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
电子邮箱 [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"
            ]
        }
    ]
}