FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
O que é FormData Viewer?
FormData Viewer é uma extensão do Chrome desenvolvida por https://time2hack.com, e sua principal característica é "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FormData Viewer
Baixe arquivos de extensão FormData Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Informações Básicas da Extensão
Nome | FormData Viewer |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
URL Oficial | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Descrição | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Tamanho do Arquivo | 58.16 KB |
Contagem de Instalações | 287 |
Versão Atual | 0.2 |
Última Atualização | 2019-10-18 |
Data de Publicação | 2019-10-16 |
Desenvolvedor | https://time2hack.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://time2hack.com/contact |
Idiomas Suportados | 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" } } |