Chrome Chess

This extension enables you to quickly play chess online and be notified upon opponent move

Chrome Chess là gì?

Chrome Chess là một tiện ích mở rộng Chrome được phát triển bởi https://104.236.179.244:3000, và tính năng chính của nó là "This extension enables you to quickly play chess online and be notified upon opponent move".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Chrome Chess 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

                        Version 0.1.8
- Notify player when opponent resigns.

Version 0.1.7
- Update socket.io to stable release. Connect sockets on first action. 

Version 0.1.6
- Minor fixes

Version 0.1.5
- Added invite option

ChromeChess is simple PVP version of good old chess where game of chess is just click away. 

This extension acts as simple chess user interface inside small popup window.

So, basically you can continue your daily work inside Chrome while still playing chess. When opponent makes his move you will be notified so you can open chess board and make your move.                    

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

Tên Chrome Chess Chrome Chess
ID hpahaceigpcebiefmijneimenbgbcjcn
URL Chính Thức https://chromewebstore.google.com/detail/chrome-chess/hpahaceigpcebiefmijneimenbgbcjcn
Mô tả This extension enables you to quickly play chess online and be notified upon opponent move
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 60,000
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2017-05-05
Ngày Phát Hành 2017-05-05
Đánh Giá 2.42/5 Tổng số 228 Đánh Giá
Nhà Phát Triển https://104.236.179.244:3000
Loại Thanh Toán free
Trang Web Mở Rộng http://104.236.179.244:3000/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Chess",
    "description": "This extension enables you to quickly play chess online and be notified upon opponent move",
    "version": "0.1.8",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Chrome Chess"
    },
    "author": "Zlatan Momic",
    "background": {
        "scripts": [
            "js\/socket.io-1.7.3.js",
            "js\/config.js",
            "js\/extension_background.js"
        ]
    }
}