Command & Conquer TA Coordinates Utility

Small tool that allow you to copy coords easily.

Hvad er Command & Conquer TA Coordinates Utility?

Command & Conquer TA Coordinates Utility er en Chrome-udvidelse udviklet af Bluepix, og dens hovedfunktion er "Small tool that allow you to copy coords easily.".

Udvidelsesskærmbilleder

screenshot

Download Command & Conquer TA Coordinates Utility-udvidelses-CRX-fil

Download Command & Conquer TA Coordinates Utility-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Command & Conquer TA Coordinates Utility Command & Conquer TA Coordinates Utility
ID adahohackeipccmccbcfcbhbiaikkcea
Officiel URL https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea
Beskrivelse Small tool that allow you to copy coords easily.
Filstørrelse 26.32 KB
Antal Installationer 178
Nuværende Version 1.1
Senest Opdateret 2013-08-15
Udgivelsesdato 2013-08-14
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler Bluepix
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}