Save Rendered HTML
A Chrome extension that saves the fully rendered HTML of the current tab.
Was ist Save Rendered HTML?
Save Rendered HTML ist eine Chrome-Erweiterung, die von Teddy entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that saves the fully rendered HTML of the current tab.".
Erweiterungsscreenshots
Save Rendered HTML-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save Rendered HTML-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Save Rendered HTML |
ID | pdlopbmgodpapaoeiagfcdcgdhmdpgpk |
Offizielle URL | https://chromewebstore.google.com/detail/save-rendered-html/pdlopbmgodpapaoeiagfcdcgdhmdpgpk |
Beschreibung | A Chrome extension that saves the fully rendered HTML of the current tab. |
Dateigröße | 164 KB |
Installationsanzahl | 70 |
Aktuelle Version | 1.1.7 |
Letztes Update | 2023-11-10 |
Veröffentlichungsdatum | 2023-11-10 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Teddy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tddschn/save-rendered-html-extension |
Hilfeseite URL | https://github.com/tddschn/save-rendered-html-extension/issues |
Unterstützte Sprachen | 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" } } |