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"
            ]
        }
    ]
}