Checkers
Classic checkers. The game has a simple and intuitive interface.
Vad är Checkers?
Checkers är en Chrome-tillägg utvecklad av bakhirev.alexey, och dess huvudfunktion är "Classic checkers. The game has a simple and intuitive interface.".
Tilläggsskärmbilder
Ladda ner Checkers-förlängningens CRX-fil
Ladda ner Checkers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
Officiell webbadress | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
Beskrivning | Classic checkers. The game has a simple and intuitive interface. |
Filstorlek | 139 KB |
Antal Installationer | 3,810 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2013-02-12 |
Publiceringsdatum | 2013-02-12 |
Betyg | 2.76/5 Totalt 25 Betyg |
Utvecklare | bakhirev.alexey |
Betalningssätt | free |
Stödda Språk | 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" } |