AcON

Enable autocomplete on all elements in all forms in all frames.

ما هو AcON؟

AcON هو إضافة Chrome تم تطويرها بواسطة Ariesgeek، والميزة الرئيسية لها هي "Enable autocomplete on all elements in all forms in all frames.".

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

screenshot

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

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

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

                        Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts.  Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.                    

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

الاسم AcON AcON
ID hgomhdjjeblgoojjdiceliecfifgaiab
عنوان URL الرسمي https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab
الوصف Enable autocomplete on all elements in all forms in all frames.
حجم الملف 10.78 KB
عدد التثبيتات 73
النسخة الحالية 1.0.0.0
آخر تحديث 2015-11-14
تاريخ النشر 2015-11-14
تقييم 5.00/5 مجموع تقييمات 1
المطور Ariesgeek
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "acon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "AcON",
    "short_name": "AcON",
    "description": "Enable autocomplete on all elements in all forms in all frames.",
    "version": "1.0.0.0"
}