TagPro MapInfo
Calculate various metrics of TagPro maps.
Wat is TagPro MapInfo?
TagPro MapInfo is een Chrome-extensie ontwikkeld door Andrew Poppe, en de belangrijkste functie is "Calculate various metrics of TagPro maps.".
Download het CRX-bestand van de extensie TagPro MapInfo
Download TagPro MapInfo-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
Note: This is not an official product of, officially affiliated with, or endorsed/supported by TagPro or Koalabeast.
Basisinformatie over de Extensie
Naam | |
ID | cjbfifkkdndhcipngkmgakkhhinoiopi |
Officiële URL | https://chrome.google.com/webstore/detail/tagpro-mapinfo/cjbfifkkdndhcipngkmgakkhhinoiopi |
Beschrijving | Calculate various metrics of TagPro maps. |
Bestandsgrootte | 132 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-05-15 |
Publicatiedatum | 2015-05-15 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Andrew Poppe |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |