KeplerStyler
This extension will store your mapbox styles and load them into the kepler.gl web application
Qu'est-ce que KeplerStyler ?
KeplerStyler est une extension Chrome développée par matocham254, et sa fonction principale est "This extension will store your mapbox styles and load them into the kepler.gl web application".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KeplerStyler
Téléchargez les fichiers d'extension KeplerStyler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | KeplerStyler |
ID | lcgkpmgilbmijlmdnnnlmhihmepokcbl |
URL Officiel | https://chromewebstore.google.com/detail/keplerstyler/lcgkpmgilbmijlmdnnnlmhihmepokcbl |
Description | This extension will store your mapbox styles and load them into the kepler.gl web application |
Taille du Fichier | 61.03 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2021-10-28 |
Date de Publication | 2021-08-31 |
Développeur | matocham254 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |