Mapbox Vector Tiles

Parser for loaded Mapbox Vector Tiles

什么是Mapbox Vector Tiles?

Mapbox Vector Tiles是由github.com/gorshkov-leonid开发的Chrome扩展程序,该扩展的主要功能是“Parser for loaded Mapbox Vector Tiles”。

扩展截图

screenshot

下载Mapbox Vector Tiles扩展crx文件

下载Mapbox Vector Tiles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Mapbox Vector Tiles Mapbox Vector Tiles
ID mfikcokdfehaofebfhoehbajfgbofdpk
官方URL https://chromewebstore.google.com/detail/mapbox-vector-tiles/mfikcokdfehaofebfhoehbajfgbofdpk
简介 Parser for loaded Mapbox Vector Tiles
文件大小 45.33 KB
安装次数 790
当前版本 1.0.11
更新时间 2022-05-31
上架时间 2019-09-03
评分 5.00/5 共4次评分
开发者 github.com/gorshkov-leonid
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}