ArcGIS Search - Omnibox

Save time by searching over 240 cured sources at once directly from the Chrome Omnibox using Google Programmable Search Engine

ArcGIS Search - Omniboxคืออะไร?

ArcGIS Search - Omnibox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raul Jimenez Ortega และคุณลักษณะหลักของมันคือ "Save time by searching over 240 cured sources at once directly from the Chrome Omnibox using Google Programmable Search Engine"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ArcGIS Search - Omnibox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a custom search engine to your Chrome profile allowing you to quickly access it.

HOW TO USE IT?:
1.- Access your address bar. To save you time we recommend to use the shortcut to jump to it (Mac: ⌘ + l // Windows: Ctrl + l or Alt + d or F6) 
2.- Type "@" + Tab (to activate) the custom search engine.
3.- Add the terms/keywords for your search + press Enter.
4.- Refine your search using the Google commands. This will allow you to filter on specific sites, exclude sites, words, combine searches, filter results by filetypes, etc...

WHY YOU SHOULD USE IT?:
Esri has dozens of domains (*.esri.com, *.arcgis.com, terraformer.io, ...), besides those from international offices (*.esri.es, esriuk.com, esri.ca, ....), which makes sometimes difficult to find all resources related to any topic.

Esri also provides multiple search engines, but none of them include third-party curated domains like employees personal blogs, Github accounts, etc. 

Because of this, sometimes it is difficult to find all , and that's why we started this project.

RELATED INFO:
1) More info about Google search commands:
- https://github.com/esri-es/arcgis-search/#advanced-google-search-tips
- https://support.google.com/websearch/answer/2466433?hl=en#

2) You can also add this Programmable Search Engine manually. Learn how to to do it: https://github.com/esri-es/arcgis-search/#how-to-install-arcgis-search                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ArcGIS Search - Omnibox ArcGIS Search - Omnibox
ID cbpnkekjkiboknllmdifagjniihbbfkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arcgis-search-omnibox/cbpnkekjkiboknllmdifagjniihbbfkm
คำอธิบาย Save time by searching over 240 cured sources at once directly from the Chrome Omnibox using Google Programmable Search Engine
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-06-28
วันที่เผยแพร่ 2021-06-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Raul Jimenez Ortega
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/esri-es/arcgis-search/
URL หน้าช่วยเหลือ https://github.com/esri-es/arcgis-search/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ArcGIS Search - Omnibox",
    "description": "Save time by searching over 240 cured sources at once directly from the Chrome Omnibox using Google Programmable Search Engine",
    "version": "1.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "@"
    },
    "action": {
        "default_icon": {
            "16": "search-icon-16.png",
            "32": "search-icon-32.png"
        }
    },
    "icons": {
        "16": "search-icon-16.png",
        "32": "search-icon-32.png",
        "48": "search-icon-48.png",
        "128": "search-icon-128.png"
    }
}