Mapbox Vector Tiles

Parser for loaded Mapbox Vector Tiles

What is Mapbox Vector Tiles?

Mapbox Vector Tiles is a Chrome extension developed by github.com/gorshkov-leonid, and its main feature is "Parser for loaded Mapbox Vector Tiles".

Extension Screenshots

screenshot

Download Mapbox Vector Tiles Extension CRX File

Download Mapbox Vector Tiles 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

                        This extension parses on a fly vector tiles loaded through network, shows short statistics and shows each vector tile as GeoJSON.                    

Extension Basic Information

Name Mapbox Vector Tiles Mapbox Vector Tiles
ID mfikcokdfehaofebfhoehbajfgbofdpk
Official URL https://chromewebstore.google.com/detail/mapbox-vector-tiles/mfikcokdfehaofebfhoehbajfgbofdpk
Description Parser for loaded Mapbox Vector Tiles
File Size 45.33 KB
Installation Count 790
Current Version 1.0.11
Last Updated 2022-05-31
Publish Date 2019-09-03
Rating 5.00/5 Total 4 Ratings
Developer github.com/gorshkov-leonid
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mapbox Vector Tiles",
    "version": "1.0.11",
    "description": "Parser for loaded Mapbox Vector Tiles",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "devtools_page": "devtools.html",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}