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.
Cos'è Delayed Autocomplete=on?
Delayed Autocomplete=on è un'estensione di Chrome sviluppata da breakthestatic, e la sua funzione principale è "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".
Scarica il file CRX dell'estensione Delayed Autocomplete=on
Scarica i file di estensione Delayed Autocomplete=on in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | bamiiepfegobbdhbcgandggengdnhbfk |
URL Ufficiale | https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk |
Descrizione | Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready. |
Dimensione del File | 32.11 KB |
Conteggio Installazioni | 175 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-03-04 |
Data di Pubblicazione | 2014-03-04 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | breakthestatic |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |