Smart GIS
Smart GIS
什么是Smart GIS?
Smart GIS是由Dmitry Uspenskiy开发的Chrome扩展程序,该扩展的主要功能是“Smart GIS”。
下载Smart GIS扩展crx文件
下载Smart GIS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Smart GIS |
ID | adpchdbnldfocnebbepmjcplfgdcjfme |
官方URL | 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" } } |