Copy URL With Hash Firefox

Examine source code of Copy URL With Hash

Inspect and view changes in Copy URL With Hash source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "2.0.1resigned1",
  "applications": {
    "gecko": {
      "id": "copyurlwithhash@jhartz.github.io",
      "strict_min_version": "52.0"
    }
  },
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "homepage_url": "https://jhartz.github.io/copy-url-with-hash/",
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "storage"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content-utils.js",
        "OPTIONS.js",
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options-page.html",
    "browser_style": true
  }
}

Best Copy URL With Hash Alternatives

Here are some Firefox add-ons that are similar to Copy URL With Hash: