Tic-Tac-Toe Game

A classic tic-tac-toe game that plays with AI player in a popup

Tic-Tac-Toe Game란 무엇입니까?

Tic-Tac-Toe Game은(는) https://gamecheerleader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A classic tic-tac-toe game that plays with AI player in a popup"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Play Tic-Tac-Toe game in single player mode against an AI player.  Try to set different difficulty levels and see if you can beat the AI. You may love the smartest AI player with master level.

Have fun with this classic puzzle game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 
- Add the section on new games

Version 0.1.0 - 0.1.2
- Initial release of the game
- Improve game interface                    

확장 프로그램 기본 정보

이름 Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
공식 URL https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
설명 A classic tic-tac-toe game that plays with AI player in a popup
파일 크기 47.42 KB
설치 횟수 758
현재 버전 0.1.3
최근 업데이트 2024-01-22
출시 날짜 2022-06-01
개발자 https://gamecheerleader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gamecheerleader.com
도움말 페이지 URL https://www.gamecheerleader.com/listing/tic-tac-toe/
개인정보 보호 정책 페이지 URL https://www.gamecheerleader.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tic-Tac-Toe Game",
    "short_name": "tic-tac-toe",
    "version": "0.1.3",
    "description": "A classic tic-tac-toe game that plays with AI player in a popup",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}