Select and Search

Search for selected text on any search engine.

What is Select and Search?

Select and Search is a Chrome extension developed by 痛ったい, and its main feature is "Search for selected text on any search engine.".

Extension Screenshots

screenshot
screenshot

Download Select and Search Extension CRX File

Download Select and Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more.

《 URL format for search settings in the option page 》
Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL.
https://www.google.com/search?q=%s or https://www.google.com/search?q=

* If you need a separator, set TITLE and URL to "-"(minus sign).
* Search engine URL examples available, please see my web page (Firefox version).                    

Extension Basic Information

Name Select and Search Select and Search
ID mjdbaljlhcapchmnabhkalepomkbcjno
Official URL https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno
Description Search for selected text on any search engine.
File Size 15.47 KB
Installation Count 116
Current Version 1.4
Last Updated 2021-08-18
Publish Date 2020-05-09
Developer 痛ったい
Email [email protected]
Payment Type free
Extension Website https://addons.mozilla.org/en-US/firefox/addon/select-and-search/
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4",
    "default_locale": "en",
    "author": "\u75db\u3063\u305f\u3044",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ]
}