Save Rendered HTML

A Chrome extension that saves the fully rendered HTML of the current tab.

Save Rendered HTML란 무엇입니까?

Save Rendered HTML은(는) Teddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that saves the fully rendered HTML of the current tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save Rendered HTML 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save Rendered HTML Chrome Extension
===================================

This Chrome extension allows you to save the fully rendered HTML of the current tab by clicking a button in the extension's popup.

Features
--------

*   Save the fully rendered HTML of the current tab as a file
*   Automatically generates a timestamped file name for the saved HTML



Usage
-----

1.  Visit a web page in Google Chrome.
2.  Click the extension's icon to open the popup.
3.  Click the "Save HTML" button to download the fully rendered HTML of the current tab as a file.

The file will be named `rendered_html_.html`, where `` is the current date and time in ISO 8601 format.                    

확장 프로그램 기본 정보

이름 Save Rendered HTML Save Rendered HTML
ID pdlopbmgodpapaoeiagfcdcgdhmdpgpk
공식 URL https://chromewebstore.google.com/detail/save-rendered-html/pdlopbmgodpapaoeiagfcdcgdhmdpgpk
설명 A Chrome extension that saves the fully rendered HTML of the current tab.
파일 크기 164 KB
설치 횟수 70
현재 버전 1.1.7
최근 업데이트 2023-11-10
출시 날짜 2023-11-10
평점 3.00/5 총 1 개의 평점
개발자 Teddy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tddschn/save-rendered-html-extension
도움말 페이지 URL https://github.com/tddschn/save-rendered-html-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Rendered HTML",
    "version": "1.1.7",
    "description": "A Chrome extension that saves the fully rendered HTML of the current tab.",
    "permissions": [
        "activeTab",
        "downloads",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}