Autofill

Automatically enter form (text, select, radio)

ما هو Autofill؟

Autofill هو إضافة Chrome تم تطويرها بواسطة t4y3، والميزة الرئيسية لها هي "Automatically enter form (text, select, radio)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Autofill

قم بتنزيل ملفات الامتداد Autofill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
الوصف Automatically enter form (text, select, radio)
حجم الملف 61.29 KB
عدد التثبيتات 219
النسخة الحالية 1.0
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
المطور t4y3
نوع الدفع free
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}