Form Filler

Form Filler

This extension will help developers to fill random values in the form.This extension is a boon for developers as this helps developers to fill forms easily. Developers and testers can use this to add junk values.There are a lot of easter eggs as well

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Form Filler",
  "description": "This extension will help delvelopers to fill random values in the form",
  "version": "1.1resigned1",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{093add03-90c7-4ec7-9814-7c6e9e7d5cff}"
    }
  }
}