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.
Qu'est-ce que Map Decals for TagPro ?
Map Decals for TagPro est une extension Chrome développée par Browncoat, et sa fonction principale est "Adds a bunch of "decals" (image overlays) on to maps in TagPro. Decal sets can be imported and configured from the server home page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Map Decals for TagPro
Téléchargez les fichiers d'extension Map Decals for TagPro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ghbmfllkoglgkmojpkonpllonbnjhifk |
URL Officiel | https://chrome.google.com/webstore/detail/map-decals-for-tagpro/ghbmfllkoglgkmojpkonpllonbnjhifk |
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. |
Taille du Fichier | 1.41 MB |
Nombre d'Installations | 13 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-05-20 |
Date de Publication | 2015-05-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Browncoat |
Type de Paiement | free |
URL de la Page d'Aide | http://www.reddit.com/r/TagPro/wiki/decals |
Langues Prises en Charge | 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" ] } |