Hexlet Battles

This extension show games from hexlet battles

Hexlet Battles là gì?

Hexlet Battles là một tiện ích mở rộng Chrome được phát triển bởi hexlet ltd, và tính năng chính của nó là "This extension show games from hexlet battles".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hexlet Battles

Tải xuống các tệp mở rộng Hexlet Battles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hexlet Battles Hexlet Battles
ID kcnkadngecigjggpifhlldipepmeedhc
URL Chính Thức https://chrome.google.com/webstore/detail/hexlet-battles/kcnkadngecigjggpifhlldipepmeedhc
Mô tả This extension show games from hexlet battles
Kích Thước Tệp 284 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2015-11-15
Ngày Phát Hành 2015-11-15
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hexlet ltd
Loại Thanh Toán free
Trang Web Mở Rộng https://hexlet.io
Ngôn Ngữ Được Hỗ Trợ 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:;"
}