Save as MHTML

Edit and save active tab or selected area in MHTL/MHT (MIME HTML) archive format to have a clean single-file backup

Save as MHTML là gì?

Save as MHTML là một tiện ích mở rộng Chrome được phát triển bởi brian.girko, và tính năng chính của nó là "Edit and save active tab or selected area in MHTL/MHT (MIME HTML) archive format to have a clean single-file backup".

Ả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 Save as MHTML

Tải xuống các tệp mở rộng Save as MHTML 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

                        This extension offers a toolbar button to save the current page in the MHTML/MHT web archive format, which converts all online links to the offline version and saves all online resources offline enabled.

Right-click Context Menu Functions:
1. Design Mode: You can edit the current page and add or remove images.
2. Reader View (declutter): Simplifies the page by keeping the main content only. It removes banners, toolbars, and advertisements from the page. This extension uses Mozilla's Readability library to simplify web pages.
3. Keep Selection Only: Creates a new document from the selected text. Use it if you need to archive part of a page.

MHTML (short for MIME HTML) is a file extension for a Web page archive file format. The archived Web page is an MHTML document. MHTML saves the Web page content and incorporates external resources, such as images, applets, Flash animations, and so on, into HTML documents.

When you save a Web page as a Web archive, the page is saved as an MHTML file. Any relative links in the HTML will be remapped so the content can be located. Relative links are those that don't include all information about the location of the content but assume all content is in a directory on the host server

MHTML files may also go by the extension MHT.                    

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

Tên Save as MHTML Save as MHTML
ID ahgakckdonjmnpnegjcamhagackmjpei
URL Chính Thức https://chromewebstore.google.com/detail/save-as-mhtml/ahgakckdonjmnpnegjcamhagackmjpei
Mô tả Edit and save active tab or selected area in MHTL/MHT (MIME HTML) archive format to have a clean single-file backup
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 12,300
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2019-12-16
Đánh Giá 3.57/5 Tổng số 37 Đánh Giá
Nhà Phát Triển brian.girko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webextension.org/listing/save-as-mhtml.html
URL Trang Trợ Giúp https://webextension.org/listing/save-as-mhtml.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.4.0",
    "name": "Save as MHTML",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "storage",
        "pageCapture",
        "activeTab",
        "downloads",
        "contextMenus",
        "notifications",
        "scripting"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/save-as-mhtml.html",
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": [],
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/toolbar\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": [],
        "edit-page": {
            "description": "Toggle Edit Mode"
        },
        "reader-view": {
            "description": "Open in Reader View (declutter)"
        },
        "simplify": {
            "description": "Keep Selection Only"
        }
    }
}