Save a link to the current tab Firefox

Examine source code of Save a link to the current tab

Inspect and view changes in Save a link to the current tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Save a link to the current tab",
  "description": "Save an HTML file that links to the current tab.",
  "manifest_version": 2,
  "version": "0.3.2",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{716de2f2-af55-4079-a000-f0419ebccb41}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Save a link"
  },
  "background": {
    "scripts": [
      "generate_link.js"
    ]
  }
}

Best Save a link to the current tab Alternatives

Here are some Firefox add-ons that are similar to Save a link to the current tab: