Tic Tac Toe

Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.

Τι είναι το Tic Tac Toe;

Το Tic Tac Toe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simple Extension Games, και η κύρια λειτουργία του είναι "Play Tic-Tac-Toe in Chrome in two modes with four difficulty levels.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tic Tac Toe

Λήψη αρχείων επέκτασης 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 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"
        }
    }
}