KeplerStyler

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

ما هو KeplerStyler؟

KeplerStyler هو إضافة Chrome تم تطويرها بواسطة matocham254، والميزة الرئيسية لها هي "This extension will store your mapbox styles and load them into the kepler.gl web application".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة KeplerStyler

قم بتنزيل ملفات الامتداد KeplerStyler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 KeplerStyler
ID lcgkpmgilbmijlmdnnnlmhihmepokcbl
عنوان URL الرسمي 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\/*"
    ]
}