KeplerStyler
This extension will store your mapbox styles and load them into the kepler.gl web application
Was ist KeplerStyler?
KeplerStyler ist eine Chrome-Erweiterung, die von matocham254 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will store your mapbox styles and load them into the kepler.gl web application".
Erweiterungsscreenshots
KeplerStyler-Erweiterungs-CRX-Datei herunterladen
Laden Sie KeplerStyler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | KeplerStyler |
ID | lcgkpmgilbmijlmdnnnlmhihmepokcbl |
Offizielle URL | https://chromewebstore.google.com/detail/keplerstyler/lcgkpmgilbmijlmdnnnlmhihmepokcbl |
Beschreibung | This extension will store your mapbox styles and load them into the kepler.gl web application |
Dateigröße | 61.03 KB |
Installationsanzahl | 47 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2021-10-28 |
Veröffentlichungsdatum | 2021-08-31 |
Entwickler | matocham254 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |