HTML from Clipboard Firefox

Examine source code of HTML from Clipboard

By: Timo
Inspect and view changes in HTML from Clipboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML from Clipboard",
  "version": "1.0",
  "description": "Open clipboard text as an HTML file",
  "permissions": [
    "clipboardRead",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ec76b683-7ff1-4329-a71e-483fb1310fda}"
    }
  }
}

Best HTML from Clipboard Alternatives

Here are some Firefox add-ons that are similar to HTML from Clipboard: