FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
¿Qué es FormData Viewer?
FormData Viewer es una extensión de Chrome desarrollada por https://time2hack.com, y su función principal es "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FormData Viewer
Descarga archivos de extensión FormData Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Información Básica de la Extensión
Nombre | FormData Viewer |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
URL Oficial | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Descripción | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Tamaño del Archivo | 58.16 KB |
Cantidad de Instalaciones | 287 |
Versión Actual | 0.2 |
Última Actualización | 2019-10-18 |
Fecha de Publicación | 2019-10-16 |
Desarrollador | https://time2hack.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://time2hack.com/contact |
Idiomas Soportados | 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" } } |