Command & Conquer TA Coordinates Utility

Small tool that allow you to copy coords easily.

O que é Command & Conquer TA Coordinates Utility?

Command & Conquer TA Coordinates Utility é uma extensão do Chrome desenvolvida por Bluepix, e sua principal característica é "Small tool that allow you to copy coords easily.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Command & Conquer TA Coordinates Utility

Baixe arquivos de extensão Command & Conquer TA Coordinates Utility 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

                        Features:
--------------

- Point at any coords to copy the location. 
- Shows small image highlighting the selected location relevant to map center and sectors. 
- Allows to paste coords to any text input (i.e. chat - message - formus...). 


How to use:
--------------

Simply move the mouse pointer at any coords, a small window will appear, click copy. 
Then right click wherever you want to paste it and choose either paste or paste BB(to paste in [coords]xxx:xxx[/coords] format).                    

Informações Básicas da Extensão

Nome Command & Conquer TA Coordinates Utility Command & Conquer TA Coordinates Utility
ID adahohackeipccmccbcfcbhbiaikkcea
URL Oficial https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea
Descrição Small tool that allow you to copy coords easily.
Tamanho do Arquivo 26.32 KB
Contagem de Instalações 178
Versão Atual 1.1
Última Atualização 2013-08-15
Data de Publicação 2013-08-14
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor Bluepix
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Command & Conquer TA Coordinates Utility",
    "description": "Small tool that allow you to copy coords easily.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alliances.commandandconquer.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}