Autocomplete on
Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Autocomplete onคืออะไร?
Autocomplete on เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomas Kafka และคุณลักษณะหลักของมันคือ "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autocomplete on
ดาวน์โหลดไฟล์ส่วนขยาย Autocomplete on ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
autocomplete_on =============== chrome extension to turn on autocomplete https://chrome.google.com/webstore/detail/autocomplete-on/gdhbgagnmhdafendedikgjimegoipbnk clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related made a clone because i couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords. I don't trust any extensions that want access to all websites I visit! Consider making your own clone :-) source code: https://github.com/kzahel/autocomplete_on
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | dmgaojnlejjhojlgplleamihdkffahbg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/autocomplete-on/dmgaojnlejjhojlgplleamihdkffahbg |
คำอธิบาย | Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. |
ขนาดไฟล์ | 5.71 KB |
จำนวนการติดตั้ง | 362 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-05-30 |
วันที่เผยแพร่ | 2017-05-30 |
ผู้พัฒนา | Tomas Kafka |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "autocomplete.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.", "icons": { "32": "icon32.png" }, "name": "Autocomplete on", "version": "1.0", "manifest_version": 2 } |