Command & Conquer TA World Map

Detailed mini map of own alliance's and enemies bases and POIs.

Command & Conquer TA World Map란 무엇입니까?

Command & Conquer TA World Map은(는) Bluepix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detailed mini map of own alliance's and enemies bases and POIs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Creates a small map which illustrates the locations of the selected alliances bases and pois in relation to the center and other alliances.

Features:
----------
- Real time accuracy.
- Display own bases locations.
- Display own alliance's bases locations.
- Automatically detects and shows enemy alliances from own alliance's relationships when script starts.
- Settings can be saved and automatically applied the next time the script runs.
- Shows up to 9 different alliances (restriction added to avoid overloading the server).
- Display base details when moving mouse pointer over it.
- Shows base's location on real map when clicked.                    

확장 프로그램 기본 정보

이름 Command & Conquer TA World Map Command & Conquer TA World Map
ID elcdjkjjjfkfplhpbehfldnhjjjclilj
공식 URL https://chromewebstore.google.com/detail/command-conquer-ta-world/elcdjkjjjfkfplhpbehfldnhjjjclilj
설명 Detailed mini map of own alliance's and enemies bases and POIs.
파일 크기 35.64 KB
설치 횟수 506
현재 버전 1.0.0
최근 업데이트 2013-07-15
출시 날짜 2013-07-15
평점 3.44/5 총 16 개의 평점
개발자 Bluepix
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Command & Conquer TA World Map",
    "description": "Detailed mini map of own alliance's and enemies bases and POIs.",
    "version": "1.0.0",
    "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_scripts.js"
            ]
        }
    ]
}