Skip to content

Features

Andrej edited this page Mar 31, 2019 · 3 revisions

Main feature

Adds a context menu item. See the demo at Home page.

Multiple providers

You can setup multiple providers. Either in browser action button or at extension's options page. In the context menu will be added multiple items to search with each selected provider.

multisearch demo gif

Manual add provider

Open extension's option page and go to Add custom provider section.
Example:

  1. Type provider name: MDN
  2. Type request URL string: https://developer.mozilla.org/en-US/search?q=
    (in case of MDN)
  3. Click Add

Now MDN item appeared in providers list and can be selected to search with.
Same can be done for any other website or service which has search feature.

URL detection

If selected text is some kind of URL, "Goto …" item will be added to context menu. Default protocol (http or https) can be set up for URLs which has no explicit protocol.

Silent tab

If checked new tabs will be opened silently. Without switching focus from current active tab.

Menu mode

There are 4 menu modes:

  1. Search only: only search with menu items will be added; URL detection is disabled.
  2. Goto only: URL detection is enabled; search with menu items won't be added.
  3. Both: search with items will be added; URL detection is enabled.
  4. Goto priority: if URL is detected Goto menu item will be added, otherwise search with item will be added (but not simultaneously)
Clone this wiki locally