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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AcON
ดาวน์โหลดไฟล์ส่วนขยาย AcON ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |