Omni Search

Add enhanced search options to the search bar and right click menu

Omni Searchคืออะไร?

Omni Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diamondium Technologies, LLC และคุณลักษณะหลักของมันคือ "Add enhanced search options to the search bar and right click menu"

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

screenshot

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

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

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

                        Add enhanced search options to the search bar and right click menu.  Select up to 15 services to search immediately, without needing to first visit that page's site.                    

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

ชื่อ Omni Search Omni Search
ID khlgelgpghbdfngahnnnjbognacdjhga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omni-search/khlgelgpghbdfngahnnnjbognacdjhga
คำอธิบาย Add enhanced search options to the search bar and right click menu
ขนาดไฟล์ 318 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-07
วันที่เผยแพร่ 2020-11-07
ผู้พัฒนา Diamondium Technologies, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omni Search",
    "version": "1.0",
    "description": "Add enhanced search options to the search bar and right click menu",
    "background": {
        "scripts": [
            "js\/omnisearch-common-MIN.js",
            "js\/background-MIN.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "omnibox": {
        "keyword": ".."
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon\/omni_search_16.png",
        "32": "images\/icon\/omni_search_32.png",
        "48": "images\/icon\/omni_search_48.png",
        "128": "images\/icon\/omni_search_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon\/omni_search_16.png",
            "24": "images\/icon\/omni_search_24.png",
            "32": "images\/icon\/omni_search_32.png",
            "48": "images\/icon\/omni_search_48.png",
            "128": "images\/icon\/omni_search_128.png"
        },
        "default_title": "OmniSearch Options"
    },
    "manifest_version": 2
}