Save Rendered HTML

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

Qu'est-ce que Save Rendered HTML ?

Save Rendered HTML est une extension Chrome développée par Teddy, et sa fonction principale est "A Chrome extension that saves the fully rendered HTML of the current tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Save Rendered HTML

Téléchargez les fichiers d'extension Save Rendered HTML au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save Rendered HTML Save Rendered HTML
ID pdlopbmgodpapaoeiagfcdcgdhmdpgpk
URL Officiel https://chromewebstore.google.com/detail/save-rendered-html/pdlopbmgodpapaoeiagfcdcgdhmdpgpk
Description A Chrome extension that saves the fully rendered HTML of the current tab.
Taille du Fichier 164 KB
Nombre d'Installations 70
Version Actuelle 1.1.7
Dernière Mise à Jour 2023-11-10
Date de Publication 2023-11-10
Évaluation 3.00/5 Total 1 Évaluations
Développeur Teddy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tddschn/save-rendered-html-extension
URL de la Page d'Aide https://github.com/tddschn/save-rendered-html-extension/issues
Langues Prises en Charge 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"
    }
}