Chess - the board game

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

Τι είναι το Chess - the board game;

Το Chess - the board game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bakhirev.alexey, και η κύρια λειτουργία του είναι "Chess is a two-player strategy board game played on a chessboard".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chess - the board game

Λήψη αρχείων επέκτασης Chess - the board game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chess - the board game Chess - the board game
ID licgjijkcdabjnhdhadlpepdigkjjigp
Επίσημο URL https://chromewebstore.google.com/detail/chess-the-board-game/licgjijkcdabjnhdhadlpepdigkjjigp
Περιγραφή Chess is a two-player strategy board game played on a chessboard
Μέγεθος Αρχείου 824 KB
Αριθμός Εγκαταστάσεων 3,652
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2013-02-10
Ημερομηνία Δημοσίευσης 2013-02-10
Αξιολόγηση 3.22/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής bakhirev.alexey
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}