FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Qu'est-ce que FormData Viewer ?
FormData Viewer est une extension Chrome développée par https://time2hack.com, et sa fonction principale est "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FormData Viewer
Téléchargez les fichiers d'extension FormData Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Informations de Base sur l'Extension
Nom | FormData Viewer |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
URL Officiel | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Description | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Taille du Fichier | 58.16 KB |
Nombre d'Installations | 287 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2019-10-18 |
Date de Publication | 2019-10-16 |
Développeur | https://time2hack.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://time2hack.com/contact |
Langues Prises en Charge | 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" } } |