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 là gì?
Delayed Autocomplete=on là một tiện ích mở rộng Chrome được phát triển bởi breakthestatic, và tính năng chính của nó là "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".
Tải xuống tệp CRX của tiện ích mở rộng Delayed Autocomplete=on
Tải xuống các tệp mở rộng Delayed 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | bamiiepfegobbdhbcgandggengdnhbfk |
URL Chính Thức | https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk |
Mô tả | Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready. |
Kích Thước Tệp | 32.11 KB |
Số Lần Cài Đặt | 175 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-03-04 |
Ngày Phát Hành | 2014-03-04 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | breakthestatic |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |