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.

Wat is Delayed Autocomplete=on?

Delayed Autocomplete=on is een Chrome-extensie ontwikkeld door breakthestatic, en de belangrijkste functie is "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".

Download het CRX-bestand van de extensie Delayed Autocomplete=on

Download Delayed Autocomplete=on-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Delayed Autocomplete=on Delayed Autocomplete=on
ID bamiiepfegobbdhbcgandggengdnhbfk
Officiële URL https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk
Beschrijving Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
Bestandsgrootte 32.11 KB
Aantal Installaties 175
Huidige Versie 1.1
Laatst Bijgewerkt 2014-03-04
Publicatiedatum 2014-03-04
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar breakthestatic
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}