MHTML Downloader

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

MHTML Downloader là gì?

MHTML Downloader là một tiện ích mở rộng Chrome được phát triển bởi landonnaselina, và tính năng chính của nó là "Save your page's content and combine all resources (i.e., pictures) into a single file!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MHTML Downloader

Tải xuống các tệp mở rộng MHTML Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MHTML Downloader MHTML Downloader
ID eicdemfmiaonkbookbcafblhbciibfkn
URL Chính Thức https://chrome.google.com/webstore/detail/mhtml-downloader/eicdemfmiaonkbookbcafblhbciibfkn
Mô tả Save your page's content and combine all resources (i.e., pictures) into a single file!
Kích Thước Tệp 33.05 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-05-22
Ngày Phát Hành 2022-05-22
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển landonnaselina
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://worldaddons.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}