Command & Conquer TA Coordinates Utility

Small tool that allow you to copy coords easily.

Command & Conquer TA Coordinates Utility là gì?

Command & Conquer TA Coordinates Utility là một tiện ích mở rộng Chrome được phát triển bởi Bluepix, và tính năng chính của nó là "Small tool that allow you to copy coords easily.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Command & Conquer TA Coordinates Utility

Tải xuống các tệp mở rộng Command & Conquer TA Coordinates Utility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Command & Conquer TA Coordinates Utility Command & Conquer TA Coordinates Utility
ID adahohackeipccmccbcfcbhbiaikkcea
URL Chính Thức https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea
Mô tả Small tool that allow you to copy coords easily.
Kích Thước Tệp 26.32 KB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-08-15
Ngày Phát Hành 2013-08-14
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Bluepix
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}