Multiple Search Engines - MSE

Select, right click, search in multiple search engines!

Что такое Multiple Search Engines - MSE?

Multiple Search Engines - MSE - это расширение Chrome, разработанное Hawar Koyi, и его основная функция - "Select, right click, search in multiple search engines!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Multiple Search Engines - MSE

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}