Gomoku
Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!
Gomokuとは何ですか?
GomokuはVclipによって開発されたChromeの拡張機能で、その主な機能は「Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!」です。
拡張機能のスクリーンショット
Gomoku拡張機能のCRXファイルをダウンロード
Gomoku拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This is the Japanese board game "Gomoku" as a computer implementation with artificial intelligence. The goal of the game is to put 5 pieces in a straight horizontal, vertical or diagonal line before the computer does.
Several different designs, completely free and no ads! (And really hard)
Right-click on the playing field to start a new game.                     拡張機能の基本情報
| 名前 |  | 
| ID | femcgljnnagkakghbnnbghkbhamlheom | 
| 公式URL | https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom | 
| 説明 | Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads! | 
| ファイルサイズ | 364 KB | 
| インストール数 | 170 | 
| 現在のバージョン | 2021.05.14 | 
| 最終更新日 | 2021-05-16 | 
| 公開日 | 2021-04-18 | 
| 開発者 | Vclip | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gomoku",
    "description": "Japanese board game Gomoku \u2013 try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!",
    "version": "2021.05.14",
    "icons": {
        "48": "v1\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "v1\/icon.png"
        },
        "default_popup": "popup.html"
    }
} | |