Map Decals for TagPro

Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.

Cos'è Map Decals for TagPro?

Map Decals for TagPro è un'estensione di Chrome sviluppata da Browncoat, e la sua funzione principale è "Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Map Decals for TagPro

Scarica i file di estensione Map Decals for TagPro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Map Decals for TagPro Map Decals for TagPro
ID ghbmfllkoglgkmojpkonpllonbnjhifk
URL Ufficiale https://chrome.google.com/webstore/detail/map-decals-for-tagpro/ghbmfllkoglgkmojpkonpllonbnjhifk
Descrizione Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.
Dimensione del File 1.41 MB
Conteggio Installazioni 13
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-05-20
Data di Pubblicazione 2015-05-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Browncoat
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.reddit.com/r/TagPro/wiki/decals
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Map Decals for TagPro",
    "short_name": "Map Decals",
    "description": "Adds a bunch of \"decals\" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.",
    "version": "1.0.1",
    "author": "Browncoat",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "resources\/logo_128.png",
        "48": "resources\/logo_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.newcompte.fr\/*",
                "http:\/\/*.jukejuice.com\/*"
            ],
            "css": [
                "style\/decals.css"
            ],
            "js": [
                "script\/jquery-2.1.4.min.js",
                "script\/map-decals.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "resources\/*",
        "fonts\/*",
        "script\/decal-renderer.js"
    ]
}