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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |