KeplerStyler

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

What is KeplerStyler?

KeplerStyler is a Chrome extension developed by matocham254, and its main feature is "This extension will store your mapbox styles and load them into the kepler.gl web application".

Extension Screenshots

screenshot

Download KeplerStyler Extension CRX File

Download KeplerStyler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name KeplerStyler KeplerStyler
ID lcgkpmgilbmijlmdnnnlmhihmepokcbl
Official URL https://chromewebstore.google.com/detail/keplerstyler/lcgkpmgilbmijlmdnnnlmhihmepokcbl
Description This extension will store your mapbox styles and load them into the kepler.gl web application
File Size 61.03 KB
Installation Count 47
Current Version 0.0.7
Last Updated 2021-10-28
Publish Date 2021-08-31
Developer matocham254
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}