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