Search

Add additional search engines to the selection context menu

Search란 무엇입니까?

Search은(는) towisoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add additional search engines to the selection context menu"입니다.

확장 프로그램 스크린샷

screenshot

Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. 

Really simple thing with no permissions needed at all.

Usage:
1) select text you want to search for
2) right-click the text
3) pick search engine to be used for search

Any help with localisations is welcome!                    

확장 프로그램 기본 정보

이름 Search Search
ID lfbphpgahhidjjdgalaacklhfepilmhf
공식 URL https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf
설명 Add additional search engines to the selection context menu
파일 크기 81.74 KB
설치 횟수 423
현재 버전 1.3
최근 업데이트 2013-07-14
출시 날짜 2013-07-14
평점 4.43/5 총 7 개의 평점
개발자 towisoft
결제 유형 free
지원되는 언어 de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "multisearch.js"
        ]
    },
    "icons": {
        "16": "img\/search-16.png",
        "48": "img\/search-48.png",
        "128": "img\/search-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en"
}