Save As MHT

Save page as `.mht` files.

什麼是Save As MHT?

Save As MHT是由dizzy開發的Chrome擴展程式,該擴展的主要功能是“Save page as `.mht` files.”。

擴展截圖

screenshot
screenshot
screenshot

下載Save As MHT擴展crx文件

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

擴展使用說明

                        Saves web page as single `.mht` file.
Displays additional info when opening `.mht` file in browser.                    

擴展基本資訊

名稱 Save As MHT Save As MHT
ID hfmodljjaibbdndlikgagimhhodmobkc
官方網址 https://chromewebstore.google.com/detail/save-as-mht/hfmodljjaibbdndlikgagimhhodmobkc
簡介 Save page as `.mht` files.
檔案大小 15.26 KB
安裝次數 27,703
目前版本 0.2.0
更新時間 2023-07-10
上架時間 2020-04-21
評分 4.04/5 共 157 次評分
開發者 dizzy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/vsDizzy/SaveAsMHT
說明頁面URL https://github.com/vsDizzy/SaveAsMHT/issues
隱私政策頁面URL https://raw.githubusercontent.com/vsDizzy/SaveAsMHT/master/privacy-policy.md
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save As MHT",
    "version": "0.2.0",
    "short_name": "SaveAsMHT",
    "description": "Save page as `.mht` files.",
    "homepage_url": "https:\/\/github.com\/vsDizzy\/SaveAsMHT",
    "icons": {
        "128": "mht-icon.png"
    },
    "action": {
        "default_icon": {
            "128": "mht-icon.png"
        }
    },
    "background": {
        "service_worker": "dist\/worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "pageCapture",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "file:\/\/\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    }
}