Noughts And Crosses

Play TicTacToe Game For Single/Two Player Mode.

Noughts And Crosses란 무엇입니까?

Noughts And Crosses은(는) SrinathYatawar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play TicTacToe Game For Single/Two Player Mode."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Noughts And Crosses 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's a tic tac toe game where single user can play with computer(AI) else, here two player mode is also provided to play with friends for user entertainment.
key features of game are:-
- 2 player mode
- 1 player mode(easy, medium, hard)
- track win/loose/tie
- sound button provided to mute or unmute
- it's a 3x3 board
- beautiful colours and user interface

The UI of the game is created by keeping in mind the best user experience to be provided.
More features coming soon!                    

확장 프로그램 기본 정보

이름 Noughts And Crosses Noughts And Crosses
ID kcnelndkmclopjkjbefkmjhaomkcipof
공식 URL https://chromewebstore.google.com/detail/noughts-and-crosses/kcnelndkmclopjkjbefkmjhaomkcipof
설명 Play TicTacToe Game For Single/Two Player Mode.
파일 크기 207 KB
설치 횟수 477
현재 버전 1.1.2
최근 업데이트 2022-02-02
출시 날짜 2022-02-01
평점 5.00/5 총 4 개의 평점
개발자 SrinathYatawar
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noughts And Crosses",
    "version": "1.1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "tictactoe.png"
    },
    "description": "Play TicTacToe Game For Single\/Two Player Mode.",
    "icons": {
        "128": "tictactoe.png"
    }
}