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.

Co je Delayed Autocomplete=on?

Delayed Autocomplete=on je rozšíření Chrome vyvinuté breakthestatic, a jeho hlavní funkcí je „Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.“.

Stáhnout soubor CRX rozšíření Delayed Autocomplete=on

Stáhněte si soubory rozšíření Delayed Autocomplete=on ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Delayed Autocomplete=on Delayed Autocomplete=on
ID bamiiepfegobbdhbcgandggengdnhbfk
Oficiální URL https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk
Popis Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
Velikost souboru 32.11 KB
Počet instalací 175
Aktuální Verze 1.1
Poslední Aktualizace 2014-03-04
Datum Vydání 2014-03-04
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář breakthestatic
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}