Command & Conquer TA Coordinates Utility

Small tool that allow you to copy coords easily.

Что такое Command & Conquer TA Coordinates Utility?

Command & Conquer TA Coordinates Utility - это расширение Chrome, разработанное Bluepix, и его основная функция - "Small tool that allow you to copy coords easily.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Command & Conquer TA Coordinates Utility

Скачайте файлы расширений Command & Conquer TA Coordinates Utility в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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).                    

Основная информация о расширении

Название Command & Conquer TA Coordinates Utility Command & Conquer TA Coordinates Utility
ID adahohackeipccmccbcfcbhbiaikkcea
Официальный URL https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea
Описание Small tool that allow you to copy coords easily.
Размер файла 26.32 KB
Количество установок 178
Текущая Версия 1.1
Последнее Обновление 2013-08-15
Дата публикации 2013-08-14
Рейтинг 3.67/5 Всего 6 оценок
Разработчик Bluepix
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}