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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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" ] } ] } |