FormyMcFormstein OR Hidden Field Enabler
Identify and enable hidden form input elements.
Co to jest FormyMcFormstein OR Hidden Field Enabler?
FormyMcFormstein OR Hidden Field Enabler to rozszerzenie Chrome opracowane przez mcfr4g, a jego główną funkcją jest „Identify and enable hidden form input elements.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FormyMcFormstein OR Hidden Field Enabler
Pobierz pliki rozszerzeń FormyMcFormstein OR Hidden Field Enabler 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
Make Developing forms easier by displaying the hidden fields at the click of a button. Display the hidden form input elements simply by clicking the icon. Enabled fields will appear pale blue and bordered. Useful for debugging development. Let me know if this tool is useful and I may consider building a few more with options. ** Update ** Added context fix to enable fields within sub frames.
Podstawowe informacje o rozszerzeniu
Nazwa | FormyMcFormstein OR Hidden Field Enabler |
ID | agaglpiicognebahockafpgcmeenhpnb |
Oficjalny URL | https://chromewebstore.google.com/detail/formymcformstein-or-hidde/agaglpiicognebahockafpgcmeenhpnb |
Opis | Identify and enable hidden form input elements. |
Rozmiar pliku | 34.67 KB |
Liczba instalacji | 302 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2014-10-20 |
Data Publikacji | 2014-10-20 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | mcfr4g |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.karlhennigan.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FormyMcFormstein OR Hidden Field Enabler", "description": "Identify and enable hidden form input elements.", "version": "1.1.0", "author": "Karl Hennigan", "browser_action": { "default_icon": "favicon-spanner.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "extension.css" ] }, "content_scripts": [ { "matches": [ " |