Chrome extension to manage multiple form presets for static html formulars. Presets are stored per URL with uniqe name.
Required:
node >= v6.0.0
npm >= v5.0.0
This is an early beta under heavy development stage. For now no actual extension zip or similar are provided. In order to install it in chrome you need to checkout project first.
$ git clone git@github.com:Dica-Developer/chrome-form-manager.gitcd into the project folder
$ cd chrome-form-managerinstall all dependencies
$ npm installrun the build script
$ npm run distAfter the build finished you will have a new folder dist.
In chrome go to extensions (chrome://extensions).
Make sure to enable developer mode, checkbox top right and click Load unpacked extension ….
Browse to distfolder of chrome-form-manager and hit ok.
If everything worked well you should end up with a new icon next to the browser URL input.
If you're on a page with a formular you want to save the values typed in. Just hit the icon of the extension and the popup will popup. ;)
Type in a name (required), a description (optional) and hit save. The nex time you open the popup the new preset you be availabe in the select box.