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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tic Tac Toe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Tic Tac Toe
ID gfimmmhncpdcfakcclecimecaopjedin
आधिकारिक URL 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"
        }
    }
}