Save As MHT

Save page as `.mht` files.

Save As MHT란 무엇입니까?

Save As MHT은(는) dizzy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save page as `.mht` files."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save As MHT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Saves web page as single `.mht` file.
Displays additional info when opening `.mht` file in browser.                    

확장 프로그램 기본 정보

이름 Save As MHT Save As MHT
ID hfmodljjaibbdndlikgagimhhodmobkc
공식 URL https://chromewebstore.google.com/detail/save-as-mht/hfmodljjaibbdndlikgagimhhodmobkc
설명 Save page as `.mht` files.
파일 크기 15.26 KB
설치 횟수 27,703
현재 버전 0.2.0
최근 업데이트 2023-07-10
출시 날짜 2020-04-21
평점 4.04/5 총 157 개의 평점
개발자 dizzy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vsDizzy/SaveAsMHT
도움말 페이지 URL https://github.com/vsDizzy/SaveAsMHT/issues
개인정보 보호 정책 페이지 URL https://raw.githubusercontent.com/vsDizzy/SaveAsMHT/master/privacy-policy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save As MHT",
    "version": "0.2.0",
    "short_name": "SaveAsMHT",
    "description": "Save page as `.mht` files.",
    "homepage_url": "https:\/\/github.com\/vsDizzy\/SaveAsMHT",
    "icons": {
        "128": "mht-icon.png"
    },
    "action": {
        "default_icon": {
            "128": "mht-icon.png"
        }
    },
    "background": {
        "service_worker": "dist\/worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "pageCapture",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "file:\/\/\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    }
}