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
电子邮箱 [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"
    }
}