Multiple Search Engines - MSE

Select, right click, search in multiple search engines!

Multiple Search Engines - MSE란 무엇입니까?

Multiple Search Engines - MSE은(는) Hawar Koyi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select, right click, search in multiple search engines!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Multiple Search Engines - MSE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Update to version 1.2.5 (Fixed bugs, edited imdb search URL and added new search engines).

Following search engines has been added as default:
#Wikipedia English, Español and Norwegian – Knowledge
#Amazon Global and UK – Commerce
#AliExpress Global – Commerce
#Ebay Global – Commerce
#Finn.no – Norwegian Commerce
#Gulesider.no – Norwegian Search tools
#Proff.no – Norwegian Search tools
#IMOB – Movies
#Linkedin – Social
#Facebook – Social
#X - Twitter – Social
#Youtube – Social
#Google Search
#Gmail – Personal and business
#Cisco – Community
#Stackoverflow – Community

This extension provides the user a quick way to search for selected text in multiple search engens. Supports grouping engines, own search URL, search in incognito, dark mode, search everywhere and more.

How to use it?
Right-click on the highlighted text and select (Search "word" for) from the context menu. It’ll open search results in the current tab active, in the new tab or incognito. Based in your settings on the selected search engines.

How to open in new tab?
From option page click on "Advanced config", or from context menu (right-click menu) choose last one "Options", will open option page. Then select "Open links in new tab". 

How to Search everywhere?
From option page click on "Advanced config", to activate it. You can select all 3 options. 
 * Show 'Search everywhere' option.
 * Show 'Search everywhere' option within groups.
 * New! "Search everywhere" in new window (Overrides incognito settings).

How to import or export settings?
From option page click on "Import/Export Config".

How to create a Search URL of your own?
From option page click on "Create own Search URL", to show you step by step how to create it.

How do I edit the Search Engines' list?
From option page click on "Edit the Search Engines", to find out how to edit it.

Super easy to use! If you have any problems, issues, or questions how to use it, feel free to contact me or visit https://hawar.no/2023/02/multiple-search-engines/

Enjoy!                    

확장 프로그램 기본 정보

이름 Multiple Search Engines - MSE Multiple Search Engines - MSE
ID oenahigafdpmlmaenjgiedobgooekkmp
공식 URL https://chromewebstore.google.com/detail/multiple-search-engines-m/oenahigafdpmlmaenjgiedobgooekkmp
설명 Select, right click, search in multiple search engines!
파일 크기 297 KB
설치 횟수 232
현재 버전 1.2.5
최근 업데이트 2023-10-31
출시 날짜 2023-02-15
평점 5.00/5 총 2 개의 평점
개발자 Hawar Koyi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hawar.no/2023/02/multiple-search-engines/
도움말 페이지 URL https://hawar.no/2023/02/multiple-search-engines/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multiple Search Engines - MSE",
    "description": "Select, right click, search in multiple search engines!",
    "version": "1.2.5",
    "author": "Hawar Koyi",
    "short_name": "MSE",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "16": "images\/16.png",
            "48": "images\/48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ]
}