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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:;"
}