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によって開発されたChromeの拡張機能で、その主な機能は「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

Focus Search拡張機能のCRXファイルをダウンロード

Focus Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}