TagPro MapInfo
Calculate various metrics of TagPro maps.
What is TagPro MapInfo?
TagPro MapInfo is a Chrome extension developed by Andrew Poppe, and its main feature is "Calculate various metrics of TagPro maps.".
Download TagPro MapInfo Extension CRX File
Download TagPro MapInfo 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
Note: This is not an official product of, officially affiliated with, or endorsed/supported by TagPro or Koalabeast.
Extension Basic Information
Name | |
ID | cjbfifkkdndhcipngkmgakkhhinoiopi |
Official URL | https://chrome.google.com/webstore/detail/tagpro-mapinfo/cjbfifkkdndhcipngkmgakkhhinoiopi |
Description | Calculate various metrics of TagPro maps. |
File Size | 132 KB |
Installation Count | 12 |
Current Version | 0.0.4 |
Last Updated | 2015-05-15 |
Publish Date | 2015-05-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Andrew Poppe |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TagPro MapInfo", "version": "0.0.4", "manifest_version": 2, "description": "Calculate various metrics of TagPro maps.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/page_action\/page_action.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Make Your Own Metrics" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "notifications" ], "background": { "scripts": [ "src\/bg\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/unfortunate-maps.jukejuice.com\/*", "http:\/\/maps.jukejuice.com\/*", "http:\/\/*.koalabeast.com\/*", "http:\/\/*.newcompte.fr\/*", "http:\/\/tangent.jukejuice.com\/*" ], "js": [ "lib\/jquery.min.js", "lib\/jquery-ui.min.js", "lib\/FileSaver.min.js", "lib\/astar.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/inject\/in-game.js", "lib\/jquery.min.js", "lib\/jquery-ui.min.js", "lib\/FileSaver.min.js", "lib\/astar.js", "jquery.classywiggle.min.js" ] } |