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

Focus Search क्या है?

Focus Search Ben McLeod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Focus Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Focus Search Focus Search
ID obpjnhenhageebpgaaidbokphnniilji
आधिकारिक URL https://chromewebstore.google.com/detail/focus-search/obpjnhenhageebpgaaidbokphnniilji
विवरण Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space
फ़ाइल का आकार 240 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.7
अंतिम अपडेट 2023-11-15
प्रकाशन तिथि 2023-04-06
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर Ben McLeod
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fs.ben-mcleod.com/
सहायता पृष्ठ URL https://fs.ben-mcleod.com/
समर्थित भाषाएँ 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"
        }
    ]
}