ArcGIS Online Search

Easily search ArcGIS Online documentation directly from the Chrome Omnibox

什麼是ArcGIS Online Search?

ArcGIS Online Search是由Esri UK Map Labs開發的Chrome擴展程式,該擴展的主要功能是“Easily search ArcGIS Online documentation directly from the Chrome Omnibox”。

擴展截圖

screenshot

下載ArcGIS Online Search擴展crx文件

下載ArcGIS Online Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ArcGIS Online Search ArcGIS Online Search
ID leiaimgeohcpldkchjhdmjnnapancoci
官方網址 https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci
簡介 Easily search ArcGIS Online documentation directly from the Chrome Omnibox
檔案大小 21.73 KB
安裝次數 271
目前版本 1.0.2
更新時間 2017-01-03
上架時間 2017-01-03
開發者 Esri UK Map Labs
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}