Ultimate Tic Tac Toe

A more complex and expanded version of Tic Tac Toe that will never get boring!

Ultimate Tic Tac Toeとは何ですか?

Ultimate Tic Tac Toeはallenpan0215によって開発されたChromeの拡張機能で、その主な機能は「A more complex and expanded version of Tic Tac Toe that will never get boring!」です。

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

screenshot

Ultimate Tic Tac Toe拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Play Ultimate Tic Tac Toe. A more complex and thought provoking version of Tic Tac Toe that you can play with friends. The rules are simple. Player 1 can place an X on any of the 9 mini tic tac toe squares, and player 2 must place their O depending on player 1's move. For example, if player 1 placed an X in the top right corner of the middle tic tac toe square, player 2 must now place an O in the top right square of the overall board!
First to get 3 consecutive X's or O's on the overall board wins!                    

拡張機能の基本情報

名前 Ultimate Tic Tac Toe Ultimate Tic Tac Toe
ID mbjabpmoljckdgcinjfflccpmonkfjlf
公式URL https://chromewebstore.google.com/detail/ultimate-tic-tac-toe/mbjabpmoljckdgcinjfflccpmonkfjlf
説明 A more complex and expanded version of Tic Tac Toe that will never get boring!
ファイルサイズ 24.27 KB
インストール数 97
現在のバージョン 1.0.0
最終更新日 2021-03-16
公開日 2021-03-15
評価 5.00/5 合計 4 レビュー
開発者 allenpan0215
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate Tic Tac Toe",
    "description": "A more complex and expanded version of Tic Tac Toe that will never get boring!",
    "version": "1.0.0",
    "icons": {
        "16": ".\/tictactoe16.png",
        "48": ".\/tictactoe48.png",
        "128": ".\/tictactoe128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "tictactoe128.png"
    }
}