Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
Command & Conquer TA Coordinates Utilityとは何ですか?
Command & Conquer TA Coordinates UtilityはBluepixによって開発されたChromeの拡張機能で、その主な機能は「Small tool that allow you to copy coords easily.」です。
拡張機能のスクリーンショット
Command & Conquer TA Coordinates Utility拡張機能のCRXファイルをダウンロード
Command & Conquer TA Coordinates Utility拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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).
拡張機能の基本情報
名前 | Command & Conquer TA Coordinates Utility |
ID | adahohackeipccmccbcfcbhbiaikkcea |
公式URL | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
説明 | Small tool that allow you to copy coords easily. |
ファイルサイズ | 26.32 KB |
インストール数 | 178 |
現在のバージョン | 1.1 |
最終更新日 | 2013-08-15 |
公開日 | 2013-08-14 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | Bluepix |
支払い方法 | free |
対応言語 | 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" ] } ] } |