Hexlet Battles

This extension show games from hexlet battles

Hexlet Battlesคืออะไร?

Hexlet Battles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hexlet ltd และคุณลักษณะหลักของมันคือ "This extension show games from hexlet battles"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hexlet Battles

ดาวน์โหลดไฟล์ส่วนขยาย 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:;"
}