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!”。
擴展截圖
下載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 |
ID | mbjabpmoljckdgcinjfflccpmonkfjlf |
官方網址 | 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" } } |