ArcGIS Online Search
Easily search ArcGIS Online documentation directly from the Chrome Omnibox
什么是ArcGIS Online Search?
ArcGIS Online Search是由Esri UK Map Labs开发的Chrome扩展程序,该扩展的主要功能是“Easily search ArcGIS Online documentation directly from the Chrome Omnibox”。
扩展截图
下载ArcGIS Online Search扩展crx文件
下载ArcGIS Online Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Type online into the Google Chrome Omnibox then hit tab or space to initialize the extension. Type your search query and press Enter/Return to search.
扩展基本信息
名称 | |
ID | leiaimgeohcpldkchjhdmjnnapancoci |
官方URL | https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci |
简介 | Easily search ArcGIS Online documentation directly from the Chrome Omnibox |
文件大小 | 21.73 KB |
安装次数 | 271 |
当前版本 | 1.0.2 |
更新时间 | 2017-01-03 |
上架时间 | 2017-01-03 |
开发者 | Esri UK Map Labs |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Online Search", "description": "Easily search ArcGIS Online documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "online" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0.2", "minimum_chrome_version": "9", "manifest_version": 2 } |