Save as MHTML (MIME HTML)

Save a page content & incorporate all resources (i.e. images) in a single file!

Save as MHTML (MIME HTML)란 무엇입니까?

Save as MHTML (MIME HTML)은(는) Keller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save a page content & incorporate all resources (i.e. images) in a single file!"입니다.

확장 프로그램 스크린샷

screenshot

Save as MHTML (MIME HTML) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Save as MHTML is an extension that lets you save any webpage in a single file with the ".mhtml" file extension.

MHTML document is a new file format designed to capsulate all contents in a website to a single file; it is a short form for - MIME HTML. To work with this addon, click on the toolbar button or right-click, and then select - Save as MHTML - item from the context menu. Please note that this addon has no settings or options to adjust.

If you found a bug or have a feature request in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/save-as-mhtml.html).                    

확장 프로그램 기본 정보

이름 Save as MHTML (MIME HTML) Save as MHTML (MIME HTML)
ID djbjejcpegcimjdappppobfhaafbmjpf
공식 URL https://chromewebstore.google.com/detail/save-as-mhtml-mime-html/djbjejcpegcimjdappppobfhaafbmjpf
설명 Save a page content & incorporate all resources (i.e. images) in a single file!
파일 크기 19.23 KB
설치 횟수 3,686
현재 버전 0.1.5
최근 업데이트 2024-02-12
출시 날짜 2019-11-02
평점 3.63/5 총 8 개의 평점
개발자 Keller
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/save-as-mhtml.html
도움말 페이지 URL https://mybrowseraddon.com/save-as-mhtml.html
개인정보 보호 정책 페이지 URL https://mybrowseraddon.com/privacy-policy/keller.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Save as MHTML (MIME HTML)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/save-as-mhtml.html",
    "description": "Save a page content & incorporate all resources (i.e. images) in a single file!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "action": {
        "default_title": "Save as MHTML (MIME HTML)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}