HTML Downloader

HTML 다운로드 프로그램

What is HTML Downloader?

HTML Downloader is a Chrome extension developed by 인스웨이브 시스템즈, and its main feature is "HTML 다운로드 프로그램".

Extension Screenshots

screenshot

Download HTML Downloader Extension CRX File

Download HTML Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        HTML 다운로드 프로그램

# HTML Downloader 기능

현재 화면의 HTML을 파일로 다운로드 하는 프로그램입니다. 웹 접근성이나 웹 표준을 준수하고 있는지 외부 프로그램으로 검사하기 위해서는 웹 브라우저에서 보이는 화면을 HTML로 저장해야 하는 경우가 많이 있습니다. 이를 위해서는  브라우저의 개발자 도구에서 HTML 문자열을 복사하는 수작업을 반복해야 하는데 HTML Downloader 확장 프로그램은 이러한 작업을 쉽게 수행하기 위한 도구입니다.

# HTML Downloader 특징

* 현재 화면을 HTML 파일로 다운로드
* URL을 이용한 파일명 자동 생성 지원
* minify된 HTML 확인을 위한 자동 개행 지원                    

Extension Basic Information

Name HTML Downloader HTML Downloader
ID edbilkbenaipjmgakgadjgpejbbicogd
Official URL https://chromewebstore.google.com/detail/html-downloader/edbilkbenaipjmgakgadjgpejbbicogd
Description HTML 다운로드 프로그램
File Size 11.12 KB
Installation Count 644
Current Version 1.1
Last Updated 2023-02-23
Publish Date 2023-02-21
Rating 5.00/5 Total 2 Ratings
Developer 인스웨이브 시스템즈
Email [email protected]
Payment Type free
Extension Website https://www.inswave.com
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML Downloader",
    "description": "HTML \ub2e4\uc6b4\ub85c\ub4dc \ud504\ub85c\uadf8\ub7a8",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "download html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "manifest_version": 3
}