Simple Context Search

Right click on the selected text and select the search website from the context menu.

¿Qué es Simple Context Search?

Simple Context Search es una extensión de Chrome desarrollada por Magic Dev, y su función principal es "Right click on the selected text and select the search website from the context menu.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Simple Context Search

Descarga archivos de extensión Simple Context 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

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

Información Básica de la Extensión

Nombre Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
URL Oficial https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
Descripción Right click on the selected text and select the search website from the context menu.
Tamaño del Archivo 10.85 KB
Cantidad de Instalaciones 18
Versión Actual 0.0.1
Última Actualización 2021-08-31
Fecha de Publicación 2021-08-31
Desarrollador Magic Dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}