Ugolki

The task of the game - to move their pieces into the opposite corner.

O que é Ugolki?

Ugolki é uma extensão do Chrome desenvolvida por bakhirev.alexey, e sua principal característica é "The task of the game - to move their pieces into the opposite corner.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ugolki

Baixe arquivos de extensão Ugolki 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

                        The task of the game - to move their pieces into the opposite corner, before your opponent to build in your corner. Moves are made, one by one. Movement is possible along the horizontals and verticals in all directions. In one move, move no more than one checker.                    

Informações Básicas da Extensão

Nome Ugolki Ugolki
ID cnddfklmjhnnonidmconpbokkficbohg
URL Oficial https://chromewebstore.google.com/detail/ugolki/cnddfklmjhnnonidmconpbokkficbohg
Descrição The task of the game - to move their pieces into the opposite corner.
Tamanho do Arquivo 197 KB
Contagem de Instalações 35
Versão Atual 1.0.0
Última Atualização 2013-02-21
Data de Publicação 2013-02-21
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": "Ugolki"
    },
    "description": "The task of the game - to move their pieces into the opposite corner.",
    "icons": {
        "16": "custom_icon_16.png",
        "48": "custom_icon_48.png",
        "128": "custom_icon_128.png"
    },
    "sandbox": {
        "pages": [
            "game\/index.html"
        ],
        "scripts": [
            "game\/js\/durak.js"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "Ugolki",
    "version": "1.0.0"
}