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文件

下載Save Rendered HTML擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}