Password generator Firefox

Examine source code of Password generator

제작자: Kenny
Inspect and view changes in Password generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Password generator",
  "version": "0.0.0.8",
  "manifest_version": 2,
  "description": "Never forget your password. The password procedurally generates for current website with a secret word. It will not store your password in any way. You only have to remember one secret word and this extension will generate you the same unique strong password each time for the website you're currently on.",
  "author": "lstkenny@gmail.com",
  "icons": {
    "16": "media/icon_16.png",
    "19": "media/icon_19.png",
    "48": "media/icon_48.png",
    "128": "media/icon_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "media/icon_48.png",
    "default_title": "Password generator",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "lstkenny@gmail.com",
      "strict_min_version": "60.0"
    }
  }
}

최고의 Password generator 대안

다음은 Password generator과(와) 유사한 Firefox add-on입니다: