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
官方網址 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"
        }
    ]
}