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.

What is Delayed Autocomplete=on?

Delayed Autocomplete=on is a Chrome extension developed by breakthestatic, and its main feature is "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".

Download Delayed Autocomplete=on Extension CRX File

Download Delayed Autocomplete=on extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Delayed Autocomplete=on Delayed Autocomplete=on
ID bamiiepfegobbdhbcgandggengdnhbfk
Official URL https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk
Description Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
File Size 32.11 KB
Installation Count 175
Current Version 1.1
Last Updated 2014-03-04
Publish Date 2014-03-04
Rating 4.50/5 Total 2 Ratings
Developer breakthestatic
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}