AutoFocus Pro

Automatically focus text boxes! Remembers your focus!

AutoFocus Proคืออะไร?

AutoFocus Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rubelet.x10.mx และคุณลักษณะหลักของมันคือ "Automatically focus text boxes! Remembers your focus!"

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

screenshot

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

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

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

                        This chrome extensions allows you to auto focus on page inputs without having to click!

To remember to focus on a text box, just hold CTRL+ALT and click once on the text box you want to focus on. When visiting the website again, you can instantly start typing!

You can check and edit the website focus in the options popup on the right side of the address bar. 

Your auto focus choices are synced with your email account so the app can remember your choices anywhere you go!                    

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

ชื่อ AutoFocus Pro AutoFocus Pro
ID ehlpbiljoppfbljcgkmjgenaolnlkccp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autofocus-pro/ehlpbiljoppfbljcgkmjgenaolnlkccp
คำอธิบาย Automatically focus text boxes! Remembers your focus!
ขนาดไฟล์ 304 KB
จำนวนการติดตั้ง 322
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-05-23
วันที่เผยแพร่ 2013-05-23
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://rubelet.x10.mx
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoFocus Pro",
    "description": "Automatically focus text boxes! Remembers your focus!",
    "version": "1.1",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/events.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "bootstrap\/js\/bootstrap.min.js",
                "js\/getsearch.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    }
}