ArcGIS Online Search

Easily search ArcGIS Online documentation directly from the Chrome Omnibox

What is ArcGIS Online Search?

ArcGIS Online Search is a Chrome extension developed by Esri UK Map Labs, and its main feature is "Easily search ArcGIS Online documentation directly from the Chrome Omnibox".

Extension Screenshots

screenshot

Download ArcGIS Online Search Extension CRX File

Download ArcGIS Online 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 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.                    

Extension Basic Information

Name ArcGIS Online Search ArcGIS Online Search
ID leiaimgeohcpldkchjhdmjnnapancoci
Official URL https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci
Description Easily search ArcGIS Online documentation directly from the Chrome Omnibox
File Size 21.73 KB
Installation Count 271
Current Version 1.0.2
Last Updated 2017-01-03
Publish Date 2017-01-03
Developer Esri UK Map Labs
Email [email protected]
Payment Type free
Supported Languages 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
}