Save As MHTML

Save As MHTML

What is Save As MHTML?

Save As MHTML is a Chrome extension developed by Kunihiro Ando, and its main feature is "Save As MHTML".

Extension Screenshots

screenshot

Download Save As MHTML Extension CRX File

Download Save As MHTML 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

                        add a context-menu


v2.3 bugfix
v2.0 added: depth of 2
v1.1 added: zip archive                    

Extension Basic Information

Name Save As MHTML Save As MHTML
ID eomfifclcdpkaghkehajpolkdnkmegfa
Official URL https://chromewebstore.google.com/detail/save-as-mhtml/eomfifclcdpkaghkehajpolkdnkmegfa
Description Save As MHTML
File Size 34.81 KB
Installation Count 6,184
Current Version 2.3
Last Updated 2015-06-30
Publish Date 2015-06-30
Rating 3.32/5 Total 76 Ratings
Developer Kunihiro Ando
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save As MHTML",
    "description": "Save As MHTML",
    "version": "2.3",
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jszip\/jszip.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "pageCapture",
        "webNavigation",
        "downloads",
        "contextMenus"
    ]
}