Lorem Ipsum Clipboard Firefox

Examine source code of Lorem Ipsum Clipboard

Inspect and view changes in Lorem Ipsum Clipboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lorem Ipsum Clipboard Generator",
  "author": "Janko Stanic <jjsolutions034@gmail.com>",
  "version": "1.1",
  "description": "Generate and copy desired length of Lorem ipsum text to the clipboard",
  "permissions": [
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Your extension title",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+U",
        "mac": "Command+Shift+U"
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8ffdced1-73a1-4572-a54c-6065fcae0eec}"
    }
  }
}

Best Lorem Ipsum Clipboard Alternatives

Here are some Firefox add-ons that are similar to Lorem Ipsum Clipboard: