KeplerStyler
This extension will store your mapbox styles and load them into the kepler.gl web application
KeplerStylerとは何ですか?
KeplerStylerはmatocham254によって開発されたChromeの拡張機能で、その主な機能は「This extension will store your mapbox styles and load them into the kepler.gl web application」です。
拡張機能のスクリーンショット
KeplerStyler拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/*" ] } |