DEV Community

Cover image for Introducing the FormData Viewer Extension
Pankaj Patel
Pankaj Patel

Posted on • Updated on • Originally published at time2hack.com

Introducing the FormData Viewer Extension

FormData is an amazing API to handle forms.

It allows a simple peeking into the forms as well by generating formData for already existing forms.

We had talked about using FormData API to handle forms in this post: FormData API: Handle Forms like Boss 😎

Later than that, we saw some nifty examples of file upload to Firebase and PHP Backend with the help of FormData API.

Here I am introducing the FormData Viewer Extension; an extension for Chromium-based browsers like Google Chrome, Brave, Opera, IE Edge built with Chromium, etc.



Features

With this extension you can inspect the following:

  • Filled or UnFilled form and it's fields
  • Find all the forms in the page named or unnamed
  • No need to submit the form and inspect the Networks Panel in DevTools


Possibilities

Future possibilities with the extension can be the following:

  • Access to this info form DevTools Panels or Omnibox
  • Information about the Form submit URL
  • and many more ...

The extension is opensource itself and can be found at https://github.com/pankajpatel/FormData-viewer-extension


Conclusion

If you find this extension helping in your development workflow, please share it with others. You can also support us by checking out our Support page.

Let me know what do you think about this article through comments 💬 or on Twitter at @patel_pankaj_ and @time2hack

If you find this article helpful, please share it with others 🗣; subscribe for the new posts and see you the next time.


Footnotes

This article was originally published on Time to Hack at Introducing the FormData Viewer Extension

Top comments (0)