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
公式URL 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
Eメール [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"
            }
        }
    }
}