Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
Wat is Command & Conquer TA Coordinates Utility?
Command & Conquer TA Coordinates Utility is een Chrome-extensie ontwikkeld door Bluepix, en de belangrijkste functie is "Small tool that allow you to copy coords easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie Command & Conquer TA Coordinates Utility
Download Command & Conquer TA Coordinates Utility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | adahohackeipccmccbcfcbhbiaikkcea |
| Officiële URL | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
| Beschrijving | Small tool that allow you to copy coords easily. |
| Bestandsgrootte | 26.32 KB |
| Aantal Installaties | 178 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2013-08-15 |
| Publicatiedatum | 2013-08-14 |
| Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Bluepix |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |