KeplerStyler
This extension will store your mapbox styles and load them into the kepler.gl web application
KeplerStyler là gì?
KeplerStyler là một tiện ích mở rộng Chrome được phát triển bởi matocham254, và tính năng chính của nó là "This extension will store your mapbox styles and load them into the kepler.gl web application".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KeplerStyler
Tải xuống các tệp mở rộng KeplerStyler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Are you tired of constantly copy-pasting your custom Mapbox styles to kepler.gl webapp? This extension solves your problem! It allows you to persistently store and manage your Mapbox map base styles and load them into Kepler webapp with SINGLE CLICK. Focus on your geographical data, not on where you saved that URL/token pair of yours. (This extension works properly only in combination with kepler.gl/demo webpage)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KeplerStyler |
ID | lcgkpmgilbmijlmdnnnlmhihmepokcbl |
URL Chính Thức | https://chromewebstore.google.com/detail/keplerstyler/lcgkpmgilbmijlmdnnnlmhihmepokcbl |
Mô tả | This extension will store your mapbox styles and load them into the kepler.gl web application |
Kích Thước Tệp | 61.03 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2021-10-28 |
Ngày Phát Hành | 2021-08-31 |
Nhà Phát Triển | matocham254 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KeplerStyler", "description": "This extension will store your mapbox styles and load them into the kepler.gl web application", "version": "0.0.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/kepler.gl\/*" ] } |