Tic Tac Toe
Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.
什麼是Tic Tac Toe?
Tic Tac Toe是由Simple Extension Games開發的Chrome擴展程式,該擴展的主要功能是“Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.”。
擴展截圖
下載Tic Tac Toe擴展crx文件
下載Tic Tac Toe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use a simple, clean, easy-to-operate Chrome extension to play the classic Tic-Tac-Toe game. Just click the game icon to open the game in a popup and begin. The game does not open in a new tab. With a cleaner look and more reliable and accurate features, this game is a great option to play when bored while surfing the web! Play in two modes: one player against an AI, or two players, and toggle easily between the two. One-player mode offers four AI difficulty levels, ranging from easy to extreme! On your turn, simply click the desired spot to place your piece. Change the mode or difficulty level at any time during the game, and click "New Game" to reset the board. UPDATES: Version 4.2.5 - Changes to game images Version 4.2.4 - Changes to difficulties Version 4.2.3 - More logo and icon updates to the store listing Version 4.2.2 - Updates to app logos and icons
擴展基本資訊
名稱 | Tic Tac Toe |
ID | gfimmmhncpdcfakcclecimecaopjedin |
官方網址 | https://chromewebstore.google.com/detail/tic-tac-toe/gfimmmhncpdcfakcclecimecaopjedin |
簡介 | Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels. |
檔案大小 | 406 KB |
安裝次數 | 304 |
目前版本 | 4.2.5 |
更新時間 | 2020-06-24 |
上架時間 | 2020-06-24 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Simple Extension Games |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tic Tac Toe", "description": "Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.", "version": "4.2.5", "browser_action": { "default_popup": "TicTacToeSingle.html", "default_icon": "tictactoeIcon.png" }, "icons": { "128": "tictactoeIcon128.png", "96": "tictactoeIcon96.png", "48": "tictactoeIcon48.png", "32": "tictactoeIcon32.png", "16": "tictactoeIcon16.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L" }, "description": "Opens TicTacToeSingle.html" } } } |