ArcGIS Online Search

Easily search ArcGIS Online documentation directly from the Chrome Omnibox

ArcGIS Online Searchคืออะไร?

ArcGIS Online Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esri UK Map Labs และคุณลักษณะหลักของมันคือ "Easily search ArcGIS Online documentation directly from the Chrome Omnibox"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArcGIS Online Search

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}