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
公式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
Eメール [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
        }
    ]
}