The Wikipedia Game

Can you make it to Hitler in time?

The Wikipedia Gameคืออะไร?

The Wikipedia Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sondre Agledahl และคุณลักษณะหลักของมันคือ "Can you make it to Hitler in time?"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Wikipedia Game

ดาวน์โหลดไฟล์ส่วนขยาย The Wikipedia Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Wikipedia Game The Wikipedia Game
ID eegnphdhmfojbanefhnlipmlljgfoaef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-wikipedia-game/eegnphdhmfojbanefhnlipmlljgfoaef
คำอธิบาย Can you make it to Hitler in time?
ขนาดไฟล์ 5.54 MB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-12-11
วันที่เผยแพร่ 2016-12-11
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Sondre Agledahl
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Wikipedia Game",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Can you make it to Hitler in time?",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/en.wikipedia.org\/"
    ],
    "web_accessible_resources": [
        "icon.png",
        "lose_sound.mp3",
        "win_sound.wav"
    ]
}