ArcGIS Desktop Search

Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox

ArcGIS Desktop Search là gì?

ArcGIS Desktop 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 Desktop 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 Desktop Search

Tải xuống các tệp mở rộng ArcGIS Desktop 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 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.                    

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

Tên ArcGIS Desktop Search ArcGIS Desktop Search
ID hcobfehpiadaencafcjbmmlehombfech
URL Chính Thức https://chromewebstore.google.com/detail/arcgis-desktop-search/hcobfehpiadaencafcjbmmlehombfech
Mô tả Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox
Kích Thước Tệp 23.92 KB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2017-01-03
Ngày Phát Hành 2017-01-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
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 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
}