ArcGIS for Developers Search
Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
What is ArcGIS for Developers Search?
ArcGIS for Developers Search is a Chrome extension developed by Esri UK Map Labs, and its main feature is "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox".
Extension Screenshots
Download ArcGIS for Developers Search Extension CRX File
Download ArcGIS for Developers 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 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.
Extension Basic Information
Name | |
ID | ahamaegflcpcdejfinaffjbepngpcdap |
Official URL | https://chromewebstore.google.com/detail/arcgis-for-developers-sea/ahamaegflcpcdejfinaffjbepngpcdap |
Description | Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox |
File Size | 23.17 KB |
Installation Count | 123 |
Current Version | 1.0.2 |
Last Updated | 2017-03-06 |
Publish Date | 2017-03-06 |
Rating | 5.00/5 Total 4 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 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 } |