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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}