Checkers
Classic checkers. The game has a simple and intuitive interface.
Co to jest Checkers?
Checkers to rozszerzenie Chrome opracowane przez bakhirev.alexey, a jego główną funkcją jest „Classic checkers. The game has a simple and intuitive interface.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Checkers
Pobierz pliki rozszerzeń Checkers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
Oficjalny URL | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
Opis | Classic checkers. The game has a simple and intuitive interface. |
Rozmiar pliku | 139 KB |
Liczba instalacji | 3,810 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-02-12 |
Data Publikacji | 2013-02-12 |
Ocena | 2.76/5 Łącznie 25 Oceny |
Deweloper | bakhirev.alexey |
Typ Płatności | free |
Obsługiwane Języki | 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" } |