Search the Current Site

Search the current site using the most popular search engine

¿Qué es Search the Current Site?

Search the Current Site es una extensión de Chrome desarrollada por Jofen, y su función principal es "Search the current site using the most popular search engine".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Search the Current Site

Descarga archivos de extensión Search the Current Site 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

                        Search the current site using Google.
- Search selected text on any website by a simple click of a button.
- Use the right-click menu to search for selected text on current website.
- Google is used to do a site search of whatever you want to search on the whole website.
It will make your life easy when browsing website that does not provide any search options.
Features in development:
- Option to add different search engines
- Customizable hotkeys
- Search current subdomain or the entire domain
- Search using multiple engines                    

Información Básica de la Extensión

Nombre Search the Current Site Search the Current Site
ID jeofcjkhaibldgfbdhijbiakaoadcogn
URL Oficial https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn
Descripción Search the current site using the most popular search engine
Tamaño del Archivo 29.81 KB
Cantidad de Instalaciones 618
Versión Actual 1.2
Última Actualización 2022-09-17
Fecha de Publicación 2018-02-13
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador Jofen
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search the Current Site",
    "description": "Search the current site using the most popular search engine",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "search.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}