Awesome Chess Game New Tab

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

Awesome Chess Game New Tab là gì?

Awesome Chess Game New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://appstation.tech, và tính năng chính của nó là "Play Chess online in browser new tab. The most interesting chess game for chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Awesome Chess Game New Tab

Tải xuống các tệp mở rộng Awesome Chess Game New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Awesome Chess Game New Tab Awesome Chess Game New Tab
ID gjpicfpaencbcfjmehglknifdjkdbiad
URL Chính Thức https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad
Mô tả Play Chess online in browser new tab. The most interesting chess game for chrome.
Kích Thước Tệp 12.27 KB
Số Lần Cài Đặt 12,610
Phiên Bản Hiện Tại 2.01
Cập Nhật Lần Cuối 2021-12-19
Ngày Phát Hành 2020-05-19
Đánh Giá 2.81/5 Tổng số 32 Đánh Giá
Nhà Phát Triển https://appstation.tech
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://appstation.tech/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}