Checkers
Classic checkers. The game has a simple and intuitive interface.
Cos'è Checkers?
Checkers è un'estensione di Chrome sviluppata da bakhirev.alexey, e la sua funzione principale è "Classic checkers. The game has a simple and intuitive interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Checkers
Scarica i file di estensione Checkers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
URL Ufficiale | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
Descrizione | Classic checkers. The game has a simple and intuitive interface. |
Dimensione del File | 139 KB |
Conteggio Installazioni | 3,810 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-02-12 |
Data di Pubblicazione | 2013-02-12 |
Valutazione | 2.76/5 Totale 25 Valutazioni |
Sviluppatore | bakhirev.alexey |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |