Hexlet Battles

This extension show games from hexlet battles

什么是Hexlet Battles?

Hexlet Battles是由hexlet ltd开发的Chrome扩展程序,该扩展的主要功能是“This extension show games from hexlet battles”。

扩展截图

screenshot

下载Hexlet Battles扩展crx文件

下载Hexlet Battles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:;"
}