Focus Search

Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space

¿Qué es Focus Search?

Focus Search es una extensión de Chrome desarrollada por Ben McLeod, y su función principal es "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Focus Search

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

                        Introducing Focus Search - a revolutionary browser extension that streamlines your web browsing experience by seamlessly selecting the search bar on any website. With this ingenious addon, there's no need to break your flow and reach for your mouse just to click on the search box - simply start typing right away with the convenience of your keyboard.

Not only does this cutting-edge extension improve accessibility for all websites with a search bar, it also elevates your browsing quality of life with its intuitive design and hassle-free functionality. Say goodbye to tedious clicking and hello to a more efficient browsing experience with Focus Search.

The best bit? It works automatically! Simply add to your browser and watch it go!

Need to re-select the search box after clicking away? Just hit CTRL + SPACE and the addon will re-select the search box for you!                    

Información Básica de la Extensión

Nombre Focus Search Focus Search
ID obpjnhenhageebpgaaidbokphnniilji
URL Oficial https://chromewebstore.google.com/detail/focus-search/obpjnhenhageebpgaaidbokphnniilji
Descripción Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space
Tamaño del Archivo 240 KB
Cantidad de Instalaciones 53
Versión Actual 1.7
Última Actualización 2023-11-15
Fecha de Publicación 2023-04-06
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador Ben McLeod
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fs.ben-mcleod.com/
URL de la Página de Ayuda https://fs.ben-mcleod.com/
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Search",
    "version": "1.7",
    "description": "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space",
    "icons": {
        "16": "img\/small.png",
        "48": "img\/medium.png",
        "128": "img\/large.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/small.png",
            "48": "img\/medium.png",
            "128": "img\/large.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}