ArcGIS Enterprise Search

Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox

ArcGIS Enterprise Searchとは何ですか?

ArcGIS Enterprise SearchはEsri UK Map Labsによって開発されたChromeの拡張機能で、その主な機能は「Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox」です。

拡張機能のスクリーンショット

screenshot

ArcGIS Enterprise Search拡張機能のCRXファイルをダウンロード

ArcGIS Enterprise Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Type enterprise into the Google Chrome Omnibox then hit tab or space to initialize the extension.

Type your search query and press Enter/Return to search.                    

拡張機能の基本情報

名前 ArcGIS Enterprise Search ArcGIS Enterprise Search
ID nbaiplmiafhjcmaippbijnacfdmpnnha
公式URL https://chromewebstore.google.com/detail/arcgis-enterprise-search/nbaiplmiafhjcmaippbijnacfdmpnnha
説明 Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox
ファイルサイズ 21.89 KB
インストール数 138
現在のバージョン 1.0.2
最終更新日 2017-01-03
公開日 2017-01-03
開発者 Esri UK Map Labs
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ArcGIS Enterprise Search",
    "description": "Easily search ArcGIS Enterprise documentation directly from the Chrome Omnibox",
    "omnibox": {
        "keyword": "enterprise"
    },
    "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
}