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
公式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
Eメール [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"
    }
}