Smart GIS
Smart GIS
什麼是Smart GIS?
Smart GIS是由Dmitry Uspenskiy開發的Chrome擴展程式,該擴展的主要功能是“Smart GIS”。
下載Smart GIS擴展crx文件
下載Smart GIS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | adpchdbnldfocnebbepmjcplfgdcjfme |
| 官方網址 | https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme |
| 簡介 | Smart GIS |
| 檔案大小 | 32.06 KB |
| 安裝次數 | 81 |
| 目前版本 | 0.1 |
| 更新時間 | 2017-03-10 |
| 上架時間 | 2017-03-09 |
| 開發者 | Dmitry Uspenskiy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |