MHTML Saver

MHTML Saver

Edit and save the selected tab or active tab in MHT (MIME HTML) format for a clean single-file backup

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {},
  "background": {
    "service_worker": "worker.js"
  },
  "commands": {
    "_execute_action": {},
    "edit-page": {
      "description": "Toggle Edit Mode"
    },
    "reader-view": {
      "description": "Open in Reader View (declutter)"
    },
    "simplify": {
      "description": "Keep Selection Only"
    }
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://www.kredittkortlisten.no/",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "manifest_version": 3,
  "name": "MHTML Saver",
  "options_ui": {
    "page": "data/options/index.html"
  },
  "permissions": [
    "storage",
    "pageCapture",
    "activeTab",
    "downloads",
    "contextMenus",
    "notifications",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.3.8",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "data/toolbar/index.html"
      ]
    }
  ]
}