Force Autocomplete
Force autocomplete attribute in input fields to be on.
Co to jest Force Autocomplete?
Force Autocomplete to rozszerzenie Chrome opracowane przez https://www.numediaweb.com, a jego główną funkcją jest „Force autocomplete attribute in input fields to be on.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Force Autocomplete
Pobierz pliki rozszerzeń Force Autocomplete 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
Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.
Podstawowe informacje o rozszerzeniu
Nazwa | Force Autocomplete |
ID | piechbhjioolbecaioglhamjjjkmbchj |
Oficjalny URL | https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj |
Opis | Force autocomplete attribute in input fields to be on. |
Rozmiar pliku | 96.9 KB |
Liczba instalacji | 898 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-02-25 |
Data Publikacji | 2015-02-25 |
Ocena | 3.09/5 Łącznie 11 Oceny |
Deweloper | https://www.numediaweb.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/numediaweb/nw_force_autocomplete |
Adres URL Strony Pomocy | https://github.com/numediaweb/nw_force_autocomplete |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Autocomplete", "version": "1.1", "author": "NUMEDIAWEB", "content_scripts": [ { "js": [ "assets\/js\/jquery-2.1.3.min.js", "assets\/js\/jquery.nw.force_autocomplete.js", "app.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Force autocomplete attribute in input fields to be on.", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } } |