Smart GIS
Smart GIS
Apa itu Smart GIS?
Smart GIS adalah ekstensi Chrome yang dikembangkan oleh Dmitry Uspenskiy, dan fitur utamanya adalah "Smart GIS".
Unduh Berkas CRX Ekstensi Smart GIS
Unduh file ekstensi Smart GIS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
URL Resmi | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
Deskripsi | Smart GIS |
Ukuran File | 32.06 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-03-10 |
Tanggal Publikasi | 2017-03-09 |
Pengembang | Dmitry Uspenskiy |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Smart GIS", "name": "Smart GIS", "permissions": [ "tabs", "notifications", "activeTab", "storage" ], "background": { "page": "background.html" }, "version": "0.1", "manifest_version": 2, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png", "default_title": "Smart GIS", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |