KeplerStyler
This extension will store your mapbox styles and load them into the kepler.gl web application
什麼是KeplerStyler?
KeplerStyler是由matocham254開發的Chrome擴展程式,該擴展的主要功能是“This extension will store your mapbox styles and load them into the kepler.gl web application”。
擴展截圖
下載KeplerStyler擴展crx文件
下載KeplerStyler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | KeplerStyler |
ID | lcgkpmgilbmijlmdnnnlmhihmepokcbl |
官方網址 | https://chromewebstore.google.com/detail/keplerstyler/lcgkpmgilbmijlmdnnnlmhihmepokcbl |
簡介 | This extension will store your mapbox styles and load them into the kepler.gl web application |
檔案大小 | 61.03 KB |
安裝次數 | 47 |
目前版本 | 0.0.7 |
更新時間 | 2021-10-28 |
上架時間 | 2021-08-31 |
開發者 | matocham254 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |