MHTML Downloader

Save your page's content and combine all resources (i.e., pictures) into a single file!

MHTML Downloaderとは何ですか?

MHTML Downloaderはlandonnaselinaによって開発されたChromeの拡張機能で、その主な機能は「Save your page's content and combine all resources (i.e., pictures) into a single file!」です。

拡張機能のスクリーンショット

screenshot

MHTML Downloader拡張機能のCRXファイルをダウンロード

MHTML Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The "MHTML Downloader" extension lets you save any webpage as a single file with the.mhtml file name extension. 

To download a MHTML document is a new file format that was created to encapsulate all contents of a website into a single file; it's abbreviated as MIME HTML. Just click on the toolbar button or right-click then pick Save as MHTML from the drop-down menu. Please keep in mind that this extension has no settings or options to customize.                    

拡張機能の基本情報

名前 MHTML Downloader MHTML Downloader
ID eicdemfmiaonkbookbcafblhbciibfkn
公式URL https://chrome.google.com/webstore/detail/mhtml-downloader/eicdemfmiaonkbookbcafblhbciibfkn
説明 Save your page's content and combine all resources (i.e., pictures) into a single file!
ファイルサイズ 33.05 KB
インストール数 131
現在のバージョン 0.1
最終更新日 2022-05-22
公開日 2022-05-22
評価 4.58/5 合計 12 レビュー
開発者 landonnaselina
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://worldaddons.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "MHTML-Downloader",
    "name": "MHTML Downloader",
    "homepage_url": "https:\/\/worldaddons.com\/mhtml-downloader\/",
    "description": "Save your page's content and combine all resources (i.e., pictures) into a single file!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "action": {
        "default_title": "MHTML Downloader",
        "default_icon": {
            "16": "resource\/icons\/16.png",
            "32": "resource\/icons\/32.png",
            "48": "resource\/icons\/48.png",
            "64": "resource\/icons\/64.png"
        }
    },
    "icons": {
        "16": "resource\/icons\/16.png",
        "32": "resource\/icons\/32.png",
        "48": "resource\/icons\/48.png",
        "64": "resource\/icons\/64.png",
        "128": "resource\/icons\/128.png"
    }
}