web page preserver

web page preserver

A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "web page preserver",
  "description": "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "click here, download current web page."
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "activeTab",
    "pageCapture",
    "tabs"
  ]
}