Focus Search Bar

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

What is Focus Search Bar?

Focus Search Bar is a Chrome extension developed by Sey, and its main feature is "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.".

Extension Screenshots

screenshot

Download Focus Search Bar Extension CRX File

Download Focus Search Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Focus Search Bar Focus Search Bar
ID abhaecacnlenkgboaadpnbllghjdfiik
Official URL https://chromewebstore.google.com/detail/focus-search-bar/abhaecacnlenkgboaadpnbllghjdfiik
Description Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.
File Size 29.8 KB
Installation Count 193
Current Version 1.0.7
Last Updated 2024-02-13
Publish Date 2020-10-27
Rating 4.33/5 Total 3 Ratings
Developer Sey
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}