ArcGIS Online Search

Easily search ArcGIS Online documentation directly from the Chrome Omnibox

ArcGIS Online Search là gì?

ArcGIS Online Search là một tiện ích mở rộng Chrome được phát triển bởi Esri UK Map Labs, và tính năng chính của nó là "Easily search ArcGIS Online documentation directly from the Chrome Omnibox".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ArcGIS Online Search

Tải xuống các tệp mở rộng ArcGIS Online Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ArcGIS Online Search ArcGIS Online Search
ID leiaimgeohcpldkchjhdmjnnapancoci
URL Chính Thức https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci
Mô tả Easily search ArcGIS Online documentation directly from the Chrome Omnibox
Kích Thước Tệp 21.73 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-01-03
Ngày Phát Hành 2017-01-03
Nhà Phát Triển Esri UK Map Labs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}