Save Webpages Offline As MHTML

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

什么是Save Webpages Offline As MHTML?

Save Webpages Offline As MHTML是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.”。

扩展截图

screenshot
screenshot
screenshot

下载Save Webpages Offline As MHTML扩展crx文件

下载Save Webpages Offline As MHTML扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Archive web pages for offline viewing and sharing. 

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

扩展基本信息

名称 Save Webpages Offline As MHTML Save Webpages Offline As MHTML
ID nfbcfginnecenjncdjhaminfcienmehn
官方URL https://chromewebstore.google.com/detail/save-webpages-offline-as/nfbcfginnecenjncdjhaminfcienmehn
简介 Save offline copy of current tab as MHTML file. Keyboard Command Alt+S.
文件大小 14.27 KB
安装次数 10,000
当前版本 1.0.1
更新时间 2023-11-29
上架时间 2019-08-20
评分 4.57/5 共49次评分
开发者 https://browsernative.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/save-webpage-offline-mhtml/
帮助页面URL https://browsernative.com/save-webpage-offline-mhtml/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 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\/"
}