Command & Conquer TA Coordinates Utility

Small tool that allow you to copy coords easily.

Cos'è Command & Conquer TA Coordinates Utility?

Command & Conquer TA Coordinates Utility è un'estensione di Chrome sviluppata da Bluepix, e la sua funzione principale è "Small tool that allow you to copy coords easily.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Command & Conquer TA Coordinates Utility

Scarica i file di estensione Command & Conquer TA Coordinates Utility 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

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

Informazioni di Base sull'Estensione

Nome Command & Conquer TA Coordinates Utility Command & Conquer TA Coordinates Utility
ID adahohackeipccmccbcfcbhbiaikkcea
URL Ufficiale https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea
Descrizione Small tool that allow you to copy coords easily.
Dimensione del File 26.32 KB
Conteggio Installazioni 178
Versione Corrente 1.1
Ultimo Aggiornamento 2013-08-15
Data di Pubblicazione 2013-08-14
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Bluepix
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}