UUID-Generator Firefox

Examine source code of UUID-Generator

Inspect and view changes in UUID-Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UUID-Generator",
  "version": "1.0",
  "description": "Generate and write to the clipboard a random/empty universally unique identifier (UUID).",
  "icons": {
    "48": "icons/play_icon.png"
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "clipboardRead"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ]
}

Best UUID-Generator Alternatives

Here are some Firefox add-ons that are similar to UUID-Generator: