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.

Qu'est-ce que Delayed Autocomplete=on ?

Delayed Autocomplete=on est une extension Chrome développée par breakthestatic, et sa fonction principale est "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".

Télécharger le fichier CRX de l'extension Delayed Autocomplete=on

Téléchargez les fichiers d'extension Delayed Autocomplete=on au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Delayed Autocomplete=on Delayed Autocomplete=on
ID bamiiepfegobbdhbcgandggengdnhbfk
URL Officiel 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.
Taille du Fichier 32.11 KB
Nombre d'Installations 175
Version Actuelle 1.1
Dernière Mise à Jour 2014-03-04
Date de Publication 2014-03-04
Évaluation 4.50/5 Total 2 Évaluations
Développeur breakthestatic
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}