Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
What is Command & Conquer TA Coordinates Utility?
Command & Conquer TA Coordinates Utility is a Chrome extension developed by Bluepix, and its main feature is "Small tool that allow you to copy coords easily.".
Extension Screenshots
Download Command & Conquer TA Coordinates Utility Extension CRX File
Download Command & Conquer TA Coordinates Utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Command & Conquer TA Coordinates Utility |
ID | adahohackeipccmccbcfcbhbiaikkcea |
Official URL | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
Description | Small tool that allow you to copy coords easily. |
File Size | 26.32 KB |
Installation Count | 178 |
Current Version | 1.1 |
Last Updated | 2013-08-15 |
Publish Date | 2013-08-14 |
Rating | 3.67/5 Total 6 Ratings |
Developer | Bluepix |
Payment Type | free |
Supported Languages | 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" ] } ] } |