TagPro MapInfo
Calculate various metrics of TagPro maps.
Hvad er TagPro MapInfo?
TagPro MapInfo er en Chrome-udvidelse udviklet af Andrew Poppe, og dens hovedfunktion er "Calculate various metrics of TagPro maps.".
Download TagPro MapInfo-udvidelses-CRX-fil
Download TagPro MapInfo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Note: This is not an official product of, officially affiliated with, or endorsed/supported by TagPro or Koalabeast.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cjbfifkkdndhcipngkmgakkhhinoiopi |
Officiel URL | https://chrome.google.com/webstore/detail/tagpro-mapinfo/cjbfifkkdndhcipngkmgakkhhinoiopi |
Beskrivelse | Calculate various metrics of TagPro maps. |
Filstørrelse | 132 KB |
Antal Installationer | 12 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2015-05-15 |
Udgivelsesdato | 2015-05-15 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Andrew Poppe |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |