The Wikipedia Game

Can you make it to Hitler in time?

什麼是The Wikipedia Game?

The Wikipedia Game是由Sondre Agledahl開發的Chrome擴展程式,該擴展的主要功能是“Can you make it to Hitler in time?”。

擴展截圖

screenshot

下載The Wikipedia Game擴展crx文件

下載The Wikipedia Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 The Wikipedia Game The Wikipedia Game
ID eegnphdhmfojbanefhnlipmlljgfoaef
官方網址 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"
    ]
}