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.
What is Map Decals for TagPro?
Map Decals for TagPro is a Chrome extension developed by Browncoat, and its main feature 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.".
Extension Screenshots
Download Map Decals for TagPro Extension CRX File
Download Map Decals for TagPro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ghbmfllkoglgkmojpkonpllonbnjhifk |
Official URL | 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. |
File Size | 1.41 MB |
Installation Count | 13 |
Current Version | 1.0.1 |
Last Updated | 2015-05-20 |
Publish Date | 2015-05-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Browncoat |
Payment Type | free |
Help Page URL | http://www.reddit.com/r/TagPro/wiki/decals |
Supported Languages | 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" ] } |