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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}