Focus Search Bar

Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.

Co je Focus Search Bar?

Focus Search Bar je rozšíření Chrome vyvinuté Sey, a jeho hlavní funkcí je „Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Focus Search Bar

Stáhněte si soubory rozšíření Focus Search Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extention is used to increase productivity of the users by allowing them focus the cursor to the search bar on supported websites like youtube, facebook etc.                    

Základní Informace o Rozšíření

Název Focus Search Bar Focus Search Bar
ID abhaecacnlenkgboaadpnbllghjdfiik
Oficiální URL https://chromewebstore.google.com/detail/focus-search-bar/abhaecacnlenkgboaadpnbllghjdfiik
Popis Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.
Velikost souboru 29.8 KB
Počet instalací 193
Aktuální Verze 1.0.7
Poslední Aktualizace 2024-02-13
Datum Vydání 2020-10-27
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Sey
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Search Bar",
    "description": "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.",
    "version": "1.0.7",
    "short_name": "FSB",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "32": "img\/icon\/icon32.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/icon16.png",
            "32": "img\/icon\/icon32.png",
            "48": "img\/icon\/icon48.png",
            "128": "img\/icon\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}