Fill The Gap

Fill The Gap

Is a companion for chromes autofill, Use it when chrome can't work out what to put in a field. Usage: Activate by right clicking…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fill The Gap ",
  "version": "1.0.15",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "eventPage.js"
    ]
  },
  "icons": {
    "128": "images/ftg128.png"
  },
  "web_accessible_resources": [
    "data.json",
    "template.html",
    "content.css"
  ]
}