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」です。

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

screenshot

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.                    

拡張機能の基本情報

名前 ArcGIS Desktop Search ArcGIS Desktop 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
Eメール [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
}