Multiple Search Engines - MSE

Select, right click, search in multiple search engines!

¿Qué es Multiple Search Engines - MSE?

Multiple Search Engines - MSE es una extensión de Chrome desarrollada por Hawar Koyi, y su función principal es "Select, right click, search in multiple search engines!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Multiple Search Engines - MSE

Descarga archivos de extensión Multiple Search Engines - MSE en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Multiple Search Engines - MSE Multiple Search Engines - MSE
ID oenahigafdpmlmaenjgiedobgooekkmp
URL Oficial https://chromewebstore.google.com/detail/multiple-search-engines-m/oenahigafdpmlmaenjgiedobgooekkmp
Descripción Select, right click, search in multiple search engines!
Tamaño del Archivo 297 KB
Cantidad de Instalaciones 232
Versión Actual 1.2.5
Última Actualización 2023-10-31
Fecha de Publicación 2023-02-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Hawar Koyi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hawar.no/2023/02/multiple-search-engines/
URL de la Página de Ayuda https://hawar.no/2023/02/multiple-search-engines/
Idiomas Soportados 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"
    ]
}