Chrome Chess

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

什麼是Chrome Chess?

Chrome Chess是由https://104.236.179.244:3000開發的Chrome擴展程式,該擴展的主要功能是“This extension enables you to quickly play chess online and be notified upon opponent move”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Chrome Chess擴展crx文件

下載Chrome Chess擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Chrome Chess Chrome Chess
ID hpahaceigpcebiefmijneimenbgbcjcn
官方網址 https://chromewebstore.google.com/detail/chrome-chess/hpahaceigpcebiefmijneimenbgbcjcn
簡介 This extension enables you to quickly play chess online and be notified upon opponent move
檔案大小 330 KB
安裝次數 60,000
目前版本 0.1.8
更新時間 2017-05-05
上架時間 2017-05-05
評分 2.42/5 共 228 次評分
開發者 https://104.236.179.244:3000
付費類型 free
擴展官網 http://104.236.179.244:3000/
支援的語言 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"
        ]
    }
}