And them's the facts

Adds the catch phrase at the end of every Wikipedia article

And them's the facts là gì?

And them's the facts là một tiện ích mở rộng Chrome được phát triển bởi entibo, và tính năng chính của nó là "Adds the catch phrase at the end of every Wikipedia article".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng And them's the facts

Tải xuống các tệp mở rộng And them's the facts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
URL Chính Thức https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
Mô tả Adds the catch phrase at the end of every Wikipedia article
Kích Thước Tệp 20.35 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-11-15
Ngày Phát Hành 2015-11-15
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển entibo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://entibo.fr
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}