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'est-ce que Focus Search ?

Focus Search est une extension Chrome développée par Ben McLeod, et sa fonction principale est "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Focus Search

Téléchargez les fichiers d'extension Focus Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Focus Search Focus Search
ID obpjnhenhageebpgaaidbokphnniilji
URL Officiel https://chromewebstore.google.com/detail/focus-search/obpjnhenhageebpgaaidbokphnniilji
Description Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space
Taille du Fichier 240 KB
Nombre d'Installations 53
Version Actuelle 1.7
Dernière Mise à Jour 2023-11-15
Date de Publication 2023-04-06
Évaluation 5.00/5 Total 8 Évaluations
Développeur Ben McLeod
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fs.ben-mcleod.com/
URL de la Page d'Aide https://fs.ben-mcleod.com/
Langues Prises en Charge 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"
        }
    ]
}