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 to jest Delayed Autocomplete=on?
Delayed Autocomplete=on to rozszerzenie Chrome opracowane przez breakthestatic, a jego główną funkcją jest „Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.”.
Pobierz plik CRX rozszerzenia Delayed Autocomplete=on
Pobierz pliki rozszerzeń Delayed Autocomplete=on w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | bamiiepfegobbdhbcgandggengdnhbfk |
Oficjalny URL | https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk |
Opis | Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready. |
Rozmiar pliku | 32.11 KB |
Liczba instalacji | 175 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-03-04 |
Data Publikacji | 2014-03-04 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | breakthestatic |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |