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是由breakthestatic开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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"
]
}
]
} | |