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.
Wat is Map Decals for TagPro?
Map Decals for TagPro is een Chrome-extensie ontwikkeld door Browncoat, en de belangrijkste functie is "Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Map Decals for TagPro
Download Map Decals for TagPro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ghbmfllkoglgkmojpkonpllonbnjhifk |
Officiële URL | https://chrome.google.com/webstore/detail/map-decals-for-tagpro/ghbmfllkoglgkmojpkonpllonbnjhifk |
Beschrijving | Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page. |
Bestandsgrootte | 1.41 MB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-05-20 |
Publicatiedatum | 2015-05-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Browncoat |
Betalingswijze | free |
Help Pagina-URL | http://www.reddit.com/r/TagPro/wiki/decals |
Ondersteunde Talen | 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" ] } |