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