ArcGIS Desktop Search
Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox
What is ArcGIS Desktop Search?
ArcGIS Desktop Search is a Chrome extension developed by Esri UK Map Labs, and its main feature is "Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox".
Extension Screenshots
Download ArcGIS Desktop Search Extension CRX File
Download ArcGIS Desktop Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hcobfehpiadaencafcjbmmlehombfech |
Official URL | https://chromewebstore.google.com/detail/arcgis-desktop-search/hcobfehpiadaencafcjbmmlehombfech |
Description | Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox |
File Size | 23.92 KB |
Installation Count | 263 |
Current Version | 1.1.3 |
Last Updated | 2017-01-03 |
Publish Date | 2017-01-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Esri UK Map Labs |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |