/Form-Editor

A chrome extension for editing custom request(GET or POST) to web server.

Primary LanguageJavaScriptMIT LicenseMIT

Form Editor

Introduction

An extension for editing custom request(GET or POST) to web server.

  • Auto extract forms from the web page.
  • You can modify the form method, action and accept-charset.
  • You can add or remove the <name, value> pair.
  • You can edit the <name, value> pair.

Changes

Version 1.1

  • Support to extract forms from iframes.

Version 1.2

  • Support to edit the form accept-charset.

Version 1.3

  • Support to save the submit history.

Version 1.3.2

  • Update to manifest V2.

How to install

Click here to install in your chrome.

How to test in your chrome

http://code.google.com/chrome/extensions/getstarted.html

How to build

Run the command "tools/dist.sh" and you will find FormEditor.zip in dist folder.