Select and Search

Search for selected text on any search engine.

¿Qué es Select and Search?

Select and Search es una extensión de Chrome desarrollada por 痛ったい, y su función principal es "Search for selected text on any search engine.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Select and Search

Descarga archivos de extensión Select and Search 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

                        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).                    

Información Básica de la Extensión

Nombre Select and Search Select and Search
ID mjdbaljlhcapchmnabhkalepomkbcjno
URL Oficial https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno
Descripción Search for selected text on any search engine.
Tamaño del Archivo 15.47 KB
Cantidad de Instalaciones 116
Versión Actual 1.4
Última Actualización 2021-08-18
Fecha de Publicación 2020-05-09
Desarrollador 痛ったい
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://addons.mozilla.org/en-US/firefox/addon/select-and-search/
Idiomas Soportados 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"
    ]
}