Checkers
Classic checkers. The game has a simple and intuitive interface.
Co je Checkers?
Checkers je rozšíření Chrome vyvinuté bakhirev.alexey, a jeho hlavní funkcí je „Classic checkers. The game has a simple and intuitive interface.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Checkers
Stáhněte si soubory rozšíření Checkers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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.                     Základní Informace o Rozšíření
| Název |  | 
| ID | fhgfkokmjjnahoomiaocooplcahgccna | 
| Oficiální URL | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna | 
| Popis | Classic checkers. The game has a simple and intuitive interface. | 
| Velikost souboru | 139 KB | 
| Počet instalací | 3,810 | 
| Aktuální Verze | 1.0.0 | 
| Poslední Aktualizace | 2013-02-12 | 
| Datum Vydání | 2013-02-12 | 
| Hodnocení | 2.76/5 Celkem 25 Hodnocení | 
| Vývojář | bakhirev.alexey | 
| Typ Platby | free | 
| Podporované Jazyky | 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"
} | |