Bingo generator

Randomly generate bingo sheet with no repeat.

Bingo generatorとは何ですか?

Bingo generatorはrize0528によって開発されたChromeの拡張機能で、その主な機能は「Randomly generate bingo sheet with no repeat.」です。

拡張機能のスクリーンショット

screenshot

Bingo generator拡張機能のCRXファイルをダウンロード

Bingo generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Bingo sheet generator                    

拡張機能の基本情報

名前 Bingo generator Bingo generator
ID epefmlffmoimchbihimlcfecfchkaifm
公式URL https://chromewebstore.google.com/detail/bingo-generator/epefmlffmoimchbihimlcfecfchkaifm
説明 Randomly generate bingo sheet with no repeat.
ファイルサイズ 34.24 KB
インストール数 453
現在のバージョン 0.2
最終更新日 2015-08-05
公開日 2015-08-04
評価 1.73/5 合計 11 レビュー
開発者 rize0528
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bingo generator",
    "version": "0.2",
    "description": "Randomly generate bingo sheet with no repeat.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "lib\/jquery-2.0.0.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": []
}