FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Wat is FormData Viewer?
FormData Viewer is een Chrome-extensie ontwikkeld door https://time2hack.com, en de belangrijkste functie is "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".
Extensie Screenshots
Download het CRX-bestand van de extensie FormData Viewer
Download FormData Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Basisinformatie over de Extensie
Naam | FormData Viewer |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
Officiële URL | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Beschrijving | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Bestandsgrootte | 58.16 KB |
Aantal Installaties | 287 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-10-18 |
Publicatiedatum | 2019-10-16 |
Ontwikkelaar | https://time2hack.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://time2hack.com/contact |
Ondersteunde Talen | 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" } } |