TitleURL_TH Firefox

Examine source code of TitleURL_TH

Inspect and view changes in TitleURL_TH source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TitleURL_TH",
  "version": "0.6resigned1",
  "description": "Add the current URL to the windows title bar",
  "browser_specific_settings": {
    "gecko": {
      "id": "TitleURL_TH@addons.mozilla.org"
    }
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "defaultSettings.js",
        "titleUrlPage.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "defaultSettings.js",
      "titleurl.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Mejores alternativas TitleURL_TH

Aquí hay algunas Firefox add-ons que son similares a TitleURL_TH: