MHTML Downloader

MHTML Downloader

Save your page's content and combine all resources (i.e., pictures) into a single file!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1",
  "manifest_version": 3,
  "offline_enabled": true,
  "short_name": "MHTML-Downloader",
  "name": "MHTML Downloader",
  "homepage_url": "https://worldaddons.com/mhtml-downloader/",
  "description": "Save your page's content and combine all resources (i.e., pictures) into a single file!",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "downloads",
    "activeTab",
    "pageCapture",
    "contextMenus"
  ],
  "action": {
    "default_title": "MHTML Downloader",
    "default_icon": {
      "16": "resource/icons/16.png",
      "32": "resource/icons/32.png",
      "48": "resource/icons/48.png",
      "64": "resource/icons/64.png"
    }
  },
  "icons": {
    "16": "resource/icons/16.png",
    "32": "resource/icons/32.png",
    "48": "resource/icons/48.png",
    "64": "resource/icons/64.png",
    "128": "resource/icons/128.png"
  }
}