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" ] } ] } |