Show Saved Password

Show Saved Password

Add a Eye Icon near password fields to hide or show passwords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Show Pass",
  "version": "1.1",
  "description": "Show All Password",
  "icons": {
    "48": "eye.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}