Save Webpages Offline As MHTML

Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.

What is Save Webpages Offline As MHTML?

Save Webpages Offline As MHTML is a Chrome extension developed by https://browsernative.com, and its main feature is "Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Save Webpages Offline As MHTML Extension CRX File

Download Save Webpages Offline 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

                        Archive web pages for offline viewing and sharing. 

Visit homepage for more info: https://browsernative.com/save-webpage-offline-mhtml/                    

Extension Basic Information

Name Save Webpages Offline As MHTML Save Webpages Offline As MHTML
ID nfbcfginnecenjncdjhaminfcienmehn
Official URL https://chromewebstore.google.com/detail/save-webpages-offline-as/nfbcfginnecenjncdjhaminfcienmehn
Description Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.
File Size 14.27 KB
Installation Count 10,000
Current Version 1.0.1
Last Updated 2023-11-29
Publish Date 2019-08-20
Rating 4.57/5 Total 49 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/save-webpage-offline-mhtml/
Help Page URL https://browsernative.com/save-webpage-offline-mhtml/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Webpages Offline As MHTML",
    "short_name": "SavePage",
    "description": "Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.",
    "version": "1.0.1",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/FileSaver.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Save Page Offline. Keyboard Shortcut Alt+S."
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/save-webpage-offline-mhtml\/"
}