Save current url to html file Firefox

Examine source code of Save current url to html file

Inspect and view changes in Save current url to html file source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Save current url to html file",
  "description": "Save the current URL of the browser as HTML file",
  "manifest_version": 2,
  "version": "0.1",
  "icons": {
    "48": "icons/icon2.png",
    "128": "icons/icon.png"
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icons/icon2.png",
    "default_title": "Save a link"
  },
  "background": {
    "scripts": [
      "generate_link.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{901fb57c-8752-43d0-86b3-6554d4921f2f}"
    }
  }
}

Best Save current url to html file Alternatives

Here are some Firefox add-ons that are similar to Save current url to html file: