Chess - the board game

Chess is a two-player strategy board game played on a chessboard

Cos'è Chess - the board game?

Chess - the board game è un'estensione di Chrome sviluppata da bakhirev.alexey, e la sua funzione principale è "Chess is a two-player strategy board game played on a chessboard".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Chess - the board game

Scarica i file di estensione Chess - the board game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chess is a two-player strategy board game played on a chessboard, a square checkered gameboard with 64 squares arranged in an eight-by-eight grid. It is one of the world's most popular games, played by millions of people worldwide at home, in clubs, online, by correspondence, and in tournaments.                    

Informazioni di Base sull'Estensione

Nome Chess - the board game Chess - the board game
ID licgjijkcdabjnhdhadlpepdigkjjigp
URL Ufficiale https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp
Descrizione Chess is a two-player strategy board game played on a chessboard
Dimensione del File 824 KB
Conteggio Installazioni 3,652
Versione Corrente 1.0.0
Ultimo Aggiornamento 2013-02-10
Data di Pubblicazione 2013-02-10
Valutazione 3.22/5 Totale 27 Valutazioni
Sviluppatore bakhirev.alexey
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "custom_icon_16.png",
        "default_popup": "popup.html",
        "default_title": "Chess - the board game"
    },
    "description": "Chess is a two-player strategy board game played on a chessboard",
    "icons": {
        "16": "custom_icon_16.png",
        "48": "custom_icon_48.jpg",
        "128": "custom_icon_128.jpg"
    },
    "sandbox": {
        "pages": [
            "game\/index.html"
        ],
        "scripts": [
            "game\/js\/chess.js"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "Chess - the board game",
    "version": "1.0.0"
}