FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Vad är FormData Viewer?
FormData Viewer är en Chrome-tillägg utvecklad av https://time2hack.com, och dess huvudfunktion är "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".
Tilläggsskärmbilder
Ladda ner FormData Viewer-förlängningens CRX-fil
Ladda ner FormData Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Grundläggande Information om Tillägg
Namn | FormData Viewer |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
Officiell webbadress | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Beskrivning | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Filstorlek | 58.16 KB |
Antal Installationer | 287 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2019-10-18 |
Publiceringsdatum | 2019-10-16 |
Utvecklare | https://time2hack.com |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://time2hack.com/contact |
Stödda Språk | 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" } } |