Autocomplete on
Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Autocomplete on là gì?
Autocomplete on là một tiện ích mở rộng Chrome được phát triển bởi Tomas Kafka, và tính năng chính của nó là "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".
Tải xuống tệp CRX của tiện ích mở rộng Autocomplete on
Tải xuống các tệp mở rộng Autocomplete on dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | dmgaojnlejjhojlgplleamihdkffahbg |
URL Chính Thức | https://chrome.google.com/webstore/detail/autocomplete-on/dmgaojnlejjhojlgplleamihdkffahbg |
Mô tả | Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. |
Kích Thước Tệp | 5.71 KB |
Số Lần Cài Đặt | 362 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-05-30 |
Ngày Phát Hành | 2017-05-30 |
Nhà Phát Triển | Tomas Kafka |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |