Checkers

Classic checkers. The game has a simple and intuitive interface.

Qu'est-ce que Checkers ?

Checkers est une extension Chrome développée par bakhirev.alexey, et sa fonction principale est "Classic checkers. The game has a simple and intuitive interface.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Checkers

Téléchargez les fichiers d'extension Checkers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        We all know this game - classic checkers. The game has a simple and intuitive interface. Excellent graphics. This game is not for those who give up without a fight, but for the hard-nosed and persistent people.                    

Informations de Base sur l'Extension

Nom Checkers Checkers
ID fhgfkokmjjnahoomiaocooplcahgccna
URL Officiel https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna
Description Classic checkers. The game has a simple and intuitive interface.
Taille du Fichier 139 KB
Nombre d'Installations 3,810
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-02-12
Date de Publication 2013-02-12
Évaluation 2.76/5 Total 25 Évaluations
Développeur bakhirev.alexey
Type de Paiement free
Langues Prises en Charge 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": "Checkers"
    },
    "description": "Classic checkers. The game has a simple and intuitive interface.",
    "icons": {
        "16": "custom_icon_16.png",
        "48": "custom_icon_48.jpg",
        "128": "custom_icon_128.png"
    },
    "sandbox": {
        "pages": [
            "game\/index.html"
        ],
        "scripts": [
            "game\/js\/durak.js"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "Checkers",
    "version": "1.0.0"
}