ArcGIS for Developers Search
Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
什么是ArcGIS for Developers Search?
ArcGIS for Developers Search是由Esri UK Map Labs开发的Chrome扩展程序,该扩展的主要功能是“Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox”。
扩展截图
下载ArcGIS for Developers Search扩展crx文件
下载ArcGIS for Developers Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Type devs 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 | ahamaegflcpcdejfinaffjbepngpcdap |
官方URL | https://chromewebstore.google.com/detail/arcgis-for-developers-sea/ahamaegflcpcdejfinaffjbepngpcdap |
简介 | Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox |
文件大小 | 23.17 KB |
安装次数 | 123 |
当前版本 | 1.0.2 |
更新时间 | 2017-03-06 |
上架时间 | 2017-03-06 |
评分 | 5.00/5 共4次评分 |
开发者 | Esri UK Map Labs |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS for Developers Search", "description": "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "devs" }, "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 } |