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
官方網址 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:;"
}