web page preserver

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

What is web page preserver?

web page preserver is a Chrome extension developed by Scott Wang, and its main feature is "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.".

Extension Screenshots

screenshot

Download web page preserver Extension CRX File

Download web page preserver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a web page preservation tools, which can save the web page in the current window as MHTML format and browse in offline state.                    

Extension Basic Information

Name web page preserver web page preserver
ID jgelgbfglncabfobkgdpdimbmenbfgdj
Official URL https://chromewebstore.google.com/detail/web-page-preserver/jgelgbfglncabfobkgdpdimbmenbfgdj
Description A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.
File Size 42.5 KB
Installation Count 583
Current Version 1.2
Last Updated 2018-04-28
Publish Date 2018-04-27
Rating 3.33/5 Total 3 Ratings
Developer Scott Wang
Email [email protected]
Payment Type free
Supported Languages en
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"
    ]
}