AutoFocus Cursor

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

AutoFocus Cursorคืออะไร?

AutoFocus Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://diamondium.com และคุณลักษณะหลักของมันคือ "Automatically set the focus to a search text box when the page loads"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoFocus Cursor

ดาวน์โหลดไฟล์ส่วนขยาย AutoFocus Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
คำอธิบาย Automatically set the focus to a search text box when the page loads
ขนาดไฟล์ 62.14 KB
จำนวนการติดตั้ง 442
เวอร์ชันปัจจุบัน 2.02
อัปเดตครั้งล่าสุด 2020-07-25
วันที่เผยแพร่ 2020-06-20
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://diamondium.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}