Save As MHT Firefox

Examine source code of Save As MHT

By: Ethan
Inspect and view changes in Save As MHT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Save As MHT",
  "short_name": "SaveAsMHT",
  "version": "0.1.5",
  "description": "Chrome extension for saving page as `.mht` file.",
  "icons": {
    "128": "mht.png"
  },
  "homepage_url": "https://github.com/vsDizzy/SaveAsMHT",
  "background": {
    "persistent": false,
    "scripts": [
      "promisify.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "mht.png"
    }
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "pageCapture",
    "tabs",
    "file:///*"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+S"
      }
    }
  }
}

Best Save As MHT Alternatives

Here are some Firefox add-ons that are similar to Save As MHT: