Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
Was ist Command & Conquer TA Coordinates Utility?
Command & Conquer TA Coordinates Utility ist eine Chrome-Erweiterung, die von Bluepix entwickelt wurde, und ihr Hauptmerkmal ist "Small tool that allow you to copy coords easily.".
Erweiterungsscreenshots
Command & Conquer TA Coordinates Utility-Erweiterungs-CRX-Datei herunterladen
Laden Sie Command & Conquer TA Coordinates Utility-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Command & Conquer TA Coordinates Utility |
ID | adahohackeipccmccbcfcbhbiaikkcea |
Offizielle URL | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
Beschreibung | Small tool that allow you to copy coords easily. |
Dateigröße | 26.32 KB |
Installationsanzahl | 178 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-08-15 |
Veröffentlichungsdatum | 2013-08-14 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | Bluepix |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |