Context Search

An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.

Context Searchคืออะไร?

Context Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raymond Szebert และคุณลักษณะหลักของมันคือ "An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu."

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

screenshot
screenshot

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

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

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

                        Select text, then right-click to access a fully customizable list of search engines in the pop-up context menu. Modify your search engine list at any time in the options menu.

【Features】
• Drag and drop to reorder your search engines.
• Add multiple search engines with a single click.
• All settings are synced with your Google Account.
• Option to hover right-click instead of highlighting text first.

【Known Issues】
• The hover right-click feature may not work on some webpages.
• The absence of favicons for your search engines has not been overlooked. Chrome currently does not support adding custom icons to the context menu.                    

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

ชื่อ Context Search Context Search
ID janpjfbkcpoheigckalamemdfhlannpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/context-search/janpjfbkcpoheigckalamemdfhlannpc
คำอธิบาย An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.
ขนาดไฟล์ 150 KB
จำนวนการติดตั้ง 704
เวอร์ชันปัจจุบัน 0.6.5
อัปเดตครั้งล่าสุด 2024-01-01
วันที่เผยแพร่ 2019-06-02
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Raymond Szebert
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,nl,no,da,es,fi,sv,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.6.5",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/content-script.ts-467ed10f.js"
            ],
            "use_dynamic_url": false
        }
    ]
}