Available in version 3.4 or later.
You can send selected text to Google / Bing search engine or Google / DeepL translation web service:
Context Menu Selection
Context Menu Translate
You can also use command palette (Ctrl + K):
Untitled

Adding more services

You can add more web services using advanced settings.
To configure an external reader:
Here’s an example of adding DuckDuckGo search engine:
SelectionHandlers [
  [
    URL = https://duckduckgo.com/?ia=web&q=${selection}
    Name = &DuckDuckGo
  ]
]
URL is the website that will be launched. ${selection} will be replaced with (URL-encoded) current selection.
Name is what shows in the menu. You can use & characters to add Windows hot-key for keyboard-only invocation.

edit