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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}