dkPassword Firefox

Examine source code of dkPassword

Inspect and view changes in dkPassword source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Password Manager by Digitalkey.eu",
  "version": "1.5",
  "description": "Store passwords securely for websites.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting",
    "nativeMessaging",
    "clipboardWrite",
    "<all_urls>",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "dkpassword@digitalkey.eu"
    }
  }
}

Melhores alternativas dkPassword

Aqui estão algumas Firefox add-ons que são similares a dkPassword: