AutoFocus Cursor

Automatically set the focus to a search text box when the page loads

AutoFocus Cursor là gì?

AutoFocus Cursor là một tiện ích mở rộng Chrome được phát triển bởi https://diamondium.com, và tính năng chính của nó là "Automatically set the focus to a search text box when the page loads".

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

screenshot

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

Tải xuống các tệp mở rộng AutoFocus Cursor 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

                        You no longer have to manually click a text box before searching!

Useful on websites where searching is the first thing you want to do (ex. Amazon).

Your cursor will automatically be placed in the first visible text box once the website loads.                    

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

Tên AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
URL Chính Thức https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
Mô tả Automatically set the focus to a search text box when the page loads
Kích Thước Tệp 62.14 KB
Số Lần Cài Đặt 442
Phiên Bản Hiện Tại 2.02
Cập Nhật Lần Cuối 2020-07-25
Ngày Phát Hành 2020-06-20
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://diamondium.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoFocus Cursor",
    "description": "Automatically set the focus to a search text box when the page loads",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "2.02",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/auto-focus-min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "autofocuscursor-settings.html"
    }
}