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ファイルをダウンロード

Multiple Search Engines - MSE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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