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ファイルをダウンロード

Command & Conquer TA World Map拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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