Dummy Form Filler
One click to populate HTML forms with dummy data. Works out of the box.
Co to jest Dummy Form Filler?
Dummy Form Filler to rozszerzenie Chrome opracowane przez ptomaszek, a jego główną funkcją jest „One click to populate HTML forms with dummy data. Works out of the box.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dummy Form Filler
Pobierz pliki rozszerzeń Dummy Form Filler 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
Features: - Lack of features - Works out of the box - Shortcut: Alt+Shift+D (can be changed in chrome://extensions/configureCommands) - Configurable (basics) - Perceives basic semantic hints (e.g. when a label contains 'age', 'year', 'phone' strings) and limitations (e.g. min, minlength) - Click again to reset all the forms (though should keep the original values) - Supported elements: - input: text, email, number, radio, checkbox, tel, password, date, url - select - textarea Please note the logic of populating forms may not suite everyone, e.g. data that is already filled (existed before the page was loaded) will not be cleared and fitted with dummy data. If you think some behavior is terribly illogical, please give me a shout. https://github.com/ptomaszek/dummy-form-filler
Podstawowe informacje o rozszerzeniu
Nazwa | Dummy Form Filler |
ID | npghpiokpleaiakfmalkmhkcloahfnad |
Oficjalny URL | https://chromewebstore.google.com/detail/dummy-form-filler/npghpiokpleaiakfmalkmhkcloahfnad |
Opis | One click to populate HTML forms with dummy data. Works out of the box. |
Rozmiar pliku | 99.78 KB |
Liczba instalacji | 737 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2024-02-05 |
Data Publikacji | 2020-05-23 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | ptomaszek |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ptomaszek/dummy-form-filler |
Adres URL Strony Pomocy | https://github.com/ptomaszek/dummy-form-filler |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dummy Form Filler", "short_name": "Dummy FF", "description": "One click to populate HTML forms with dummy data. Works out of the box.", "version": "1.5.0", "homepage_url": "https:\/\/github.com\/ptomaszek\/dummy-form-filler", "icons": { "48": "icons\/seahorse_48.png", "64": "icons\/seahorse_64.png", "96": "icons\/seahorse_96.png", "128": "icons\/seahorse_128.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_icon": { "48": "icons\/seahorse_48.png", "64": "icons\/seahorse_64.png", "96": "icons\/seahorse_96.png", "128": "icons\/seahorse_128.png" }, "default_title": "Dummy Form Filler" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ " |