Command & Conquer TA World Map

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

Co je Command & Conquer TA World Map?

Command & Conquer TA World Map je rozšíření Chrome vyvinuté Bluepix, a jeho hlavní funkcí je „Detailed mini map of own alliance's and enemies bases and POIs.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Command & Conquer TA World Map

Stáhněte si soubory rozšíření Command & Conquer TA World Map ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Command & Conquer TA World Map Command & Conquer TA World Map
ID elcdjkjjjfkfplhpbehfldnhjjjclilj
Oficiální URL https://chromewebstore.google.com/detail/command-conquer-ta-world/elcdjkjjjfkfplhpbehfldnhjjjclilj
Popis Detailed mini map of own alliance's and enemies bases and POIs.
Velikost souboru 35.64 KB
Počet instalací 506
Aktuální Verze 1.0.0
Poslední Aktualizace 2013-07-15
Datum Vydání 2013-07-15
Hodnocení 3.44/5 Celkem 16 Hodnocení
Vývojář Bluepix
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}