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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}