Context Search

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

什麼是Context Search?

Context Search是由Raymond Szebert開發的Chrome擴展程式,該擴展的主要功能是“An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.”。

擴展截圖

screenshot
screenshot

下載Context Search擴展crx文件

下載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
官方網址 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
        }
    ]
}