KeplerStyler

This extension will store your mapbox styles and load them into the kepler.gl web application

Wat is KeplerStyler?

KeplerStyler is een Chrome-extensie ontwikkeld door matocham254, en de belangrijkste functie is "This extension will store your mapbox styles and load them into the kepler.gl web application".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KeplerStyler

Download KeplerStyler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam KeplerStyler KeplerStyler
ID lcgkpmgilbmijlmdnnnlmhihmepokcbl
Officiële URL https://chromewebstore.google.com/detail/keplerstyler/lcgkpmgilbmijlmdnnnlmhihmepokcbl
Beschrijving This extension will store your mapbox styles and load them into the kepler.gl web application
Bestandsgrootte 61.03 KB
Aantal Installaties 47
Huidige Versie 0.0.7
Laatst Bijgewerkt 2021-10-28
Publicatiedatum 2021-08-31
Ontwikkelaar matocham254
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}