Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
Qu'est-ce que Command & Conquer TA Coordinates Utility ?
Command & Conquer TA Coordinates Utility est une extension Chrome développée par Bluepix, et sa fonction principale est "Small tool that allow you to copy coords easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Command & Conquer TA Coordinates Utility
Téléchargez les fichiers d'extension Command & Conquer TA Coordinates Utility au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Command & Conquer TA Coordinates Utility |
ID | adahohackeipccmccbcfcbhbiaikkcea |
URL Officiel | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
Description | Small tool that allow you to copy coords easily. |
Taille du Fichier | 26.32 KB |
Nombre d'Installations | 178 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-08-15 |
Date de Publication | 2013-08-14 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | Bluepix |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |