Save as MHTML (MIME HTML)

Save a page content & incorporate all resources (i.e. images) in a single file!

什麼是Save as MHTML (MIME HTML)?

Save as MHTML (MIME HTML)是由Keller開發的Chrome擴展程式,該擴展的主要功能是“Save a page content & incorporate all resources (i.e. images) in a single file!”。

擴展截圖

screenshot

下載Save as MHTML (MIME HTML)擴展crx文件

下載Save as MHTML (MIME HTML)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Save as MHTML is an extension that lets you save any webpage in a single file with the ".mhtml" file extension.

MHTML document is a new file format designed to capsulate all contents in a website to a single file; it is a short form for - MIME HTML. To work with this addon, click on the toolbar button or right-click, and then select - Save as MHTML - item from the context menu. Please note that this addon has no settings or options to adjust.

If you found a bug or have a feature request in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/save-as-mhtml.html).                    

擴展基本資訊

名稱 Save as MHTML (MIME HTML) Save as MHTML (MIME HTML)
ID djbjejcpegcimjdappppobfhaafbmjpf
官方網址 https://chromewebstore.google.com/detail/save-as-mhtml-mime-html/djbjejcpegcimjdappppobfhaafbmjpf
簡介 Save a page content & incorporate all resources (i.e. images) in a single file!
檔案大小 19.23 KB
安裝次數 3,686
目前版本 0.1.5
更新時間 2024-02-12
上架時間 2019-11-02
評分 3.63/5 共 8 次評分
開發者 Keller
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/save-as-mhtml.html
說明頁面URL https://mybrowseraddon.com/save-as-mhtml.html
隱私政策頁面URL https://mybrowseraddon.com/privacy-policy/keller.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Save as MHTML (MIME HTML)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/save-as-mhtml.html",
    "description": "Save a page content & incorporate all resources (i.e. images) in a single file!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "action": {
        "default_title": "Save as MHTML (MIME HTML)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}