Add URL To Tab (Keepass) Firefox

Examine source code of Add URL To Tab (Keepass)

By: Teun
Inspect and view changes in Add URL To Tab (Keepass) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Add URL To Window Title",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Adds the URL of the current page to the window title.",
  "homepage_url": "https://github.com/",
  "icons": {
    "48": "icons/border-48.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{82efe359-99e2-4ed3-9464-a745c0d37240}"
    }
  }
}

Best Add URL To Tab (Keepass) Alternatives

Here are some Firefox add-ons that are similar to Add URL To Tab (Keepass):