Awesome Chess Game New Tab

Play Chess online in browser new tab. The most interesting chess game for chrome.

Awesome Chess Game New Tab란 무엇입니까?

Awesome Chess Game New Tab은(는) https://appstation.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Chess online in browser new tab. The most interesting chess game for chrome."입니다.

확장 프로그램 스크린샷

screenshot

Awesome Chess Game New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Play Chess online with your friend or alone. The most interest chess game for chrome. You can also save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want.

All you need to do is just install the extension,  now whenever you open a new tab the game will load. 

You can copy and paste the moves list from right hand side if you wish.                    

확장 프로그램 기본 정보

이름 Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
공식 URL https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
설명 Play Chess online in browser new tab. The most interesting chess game for chrome.
파일 크기 12.27 KB
설치 횟수 12,610
현재 버전 2.01
최근 업데이트 2021-12-19
출시 날짜 2020-05-19
평점 2.81/5 총 32 개의 평점
개발자 https://appstation.tech
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://appstation.tech/privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awesome Chess Game New Tab",
    "version": "2.01",
    "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.",
    "icons": {
        "128": "images\/icon3.png"
    },
    "background": {
        "scripts": [
            "js\/background3.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_title": "Chess Game"
    }
}