Delayed Autocomplete=on
Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
ما هو Delayed Autocomplete=on؟
Delayed Autocomplete=on هو إضافة Chrome تم تطويرها بواسطة breakthestatic، والميزة الرئيسية لها هي "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".
تحميل ملف CRX للإضافة Delayed Autocomplete=on
قم بتنزيل ملفات الامتداد Delayed Autocomplete=on بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | bamiiepfegobbdhbcgandggengdnhbfk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk |
الوصف | Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready. |
حجم الملف | 32.11 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-03-04 |
تاريخ النشر | 2014-03-04 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | breakthestatic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delayed Autocomplete=on", "description": "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "action.js" ] } ] } |