Checkers
Classic checkers. The game has a simple and intuitive interface.
O que é Checkers?
Checkers é uma extensão do Chrome desenvolvida por bakhirev.alexey, e sua principal característica é "Classic checkers. The game has a simple and intuitive interface.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Checkers
Baixe arquivos de extensão Checkers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
URL Oficial | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
Descrição | Classic checkers. The game has a simple and intuitive interface. |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 3,810 |
Versão Atual | 1.0.0 |
Última Atualização | 2013-02-12 |
Data de Publicação | 2013-02-12 |
Classificação | 2.76/5 Total de 25 Avaliações |
Desenvolvedor | bakhirev.alexey |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |