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."입니다.

확장 프로그램 스크린샷

screenshot

Command & Conquer TA Coordinates Utility 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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