Hexlet Battles

This extension show games from hexlet battles

Hexlet Battles क्या है?

Hexlet Battles hexlet ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension show games from hexlet battles"।

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

screenshot

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

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

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

                        Codebattle is a game for coders! When the battle starts, you and your rival are given a programming puzzle. Solve it first and win! 
Choose the weapon you like — your favourite programming language (currently Ruby, JavaScript, Python and PHP are supported). You can start a new game or join an existing one.

The game starts when both players are connected. Other users can join as spectators and discuss the game in real time using the built in chat. Players can use chat too, but they actually see each others’ code being written in real time, so they can communicate via comments in code. The best and most ruthless coders are displayed in the ‘Top’ ratings list.                    

एक्सटेंशन की मूल जानकारी

नाम Hexlet Battles Hexlet Battles
ID kcnkadngecigjggpifhlldipepmeedhc
आधिकारिक URL https://chrome.google.com/webstore/detail/hexlet-battles/kcnkadngecigjggpifhlldipepmeedhc
विवरण This extension show games from hexlet battles
फ़ाइल का आकार 284 KB
स्थापना संख्या 101
वर्तमान संस्करण 0.4.3
अंतिम अपडेट 2015-11-15
प्रकाशन तिथि 2015-11-15
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर hexlet ltd
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hexlet.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hexlet Battles",
    "description": "This extension show games from hexlet battles",
    "version": "0.4.3",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_security_policy": "default-src 'self'; connect-src https:\/\/game.hexlet.io\/ws\/api\/v1\/games wss:\/\/game.hexlet.io\/ws\/api\/v1\/games; script-src 'self' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src 'self' data:; font-src * 'self' data:;"
}