FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Co to jest FormData Viewer?
FormData Viewer to rozszerzenie Chrome opracowane przez https://time2hack.com, a jego główną funkcją jest „View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FormData Viewer
Pobierz pliki rozszerzeń FormData Viewer 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
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Podstawowe informacje o rozszerzeniu
Nazwa | FormData Viewer |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
Oficjalny URL | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Opis | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Rozmiar pliku | 58.16 KB |
Liczba instalacji | 287 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2019-10-18 |
Data Publikacji | 2019-10-16 |
Deweloper | https://time2hack.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://time2hack.com/contact |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FormData Viewer", "description": "View HTML FormData of all the forms on the page quickly with this utility.\n\nShows hidden forms and hidden fields", "version": "0.2", "homepage_url": "https:\/\/time2hack.com\/extensions\/formdata-viewer", "browser_action": { "default_icon": "icons\/icon-switch-128.png", "default_title": "FormData Viewer", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icons\/icon-switch-16.png", "48": "icons\/icon-switch-48.png", "128": "icons\/icon-switch-128.png" } } |