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 là gì?

Focus Search là một tiện ích mở rộng Chrome được phát triển bởi Ben McLeod, và tính năng chính của nó là "Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focus Search

Tải xuống các tệp mở rộng Focus Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Focus Search Focus Search
ID obpjnhenhageebpgaaidbokphnniilji
URL Chính Thức https://chromewebstore.google.com/detail/focus-search/obpjnhenhageebpgaaidbokphnniilji
Mô tả Automatically focuses the search bar of websites and gives the user the option to manually focus on a search bar using CTRL + Space
Kích Thước Tệp 240 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2023-04-06
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Ben McLeod
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fs.ben-mcleod.com/
URL Trang Trợ Giúp https://fs.ben-mcleod.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}