Mapbox Vector Tiles
Parser for loaded Mapbox Vector Tiles
Mapbox Vector Tilesคืออะไร?
Mapbox Vector Tiles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย github.com/gorshkov-leonid และคุณลักษณะหลักของมันคือ "Parser for loaded Mapbox Vector Tiles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mapbox Vector Tiles
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |