Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
Co to jest Command & Conquer TA Coordinates Utility?
Command & Conquer TA Coordinates Utility to rozszerzenie Chrome opracowane przez Bluepix, a jego główną funkcją jest „Small tool that allow you to copy coords easily.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Command & Conquer TA Coordinates Utility
Pobierz pliki rozszerzeń Command & Conquer TA Coordinates Utility w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | Command & Conquer TA Coordinates Utility |
ID | adahohackeipccmccbcfcbhbiaikkcea |
Oficjalny URL | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
Opis | Small tool that allow you to copy coords easily. |
Rozmiar pliku | 26.32 KB |
Liczba instalacji | 178 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-08-15 |
Data Publikacji | 2013-08-14 |
Ocena | 3.67/5 Łącznie 6 Oceny |
Deweloper | Bluepix |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |