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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables you to quickly play chess online and be notified upon opponent move"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Chess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        ]
    }
}