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 |
官方網址 | 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" ] } ] } |