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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tic Tac Toe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}