This Chrome extension allows you to save the fully rendered HTML of the current tab by clicking a button in the extension's popup.
- Save the fully rendered HTML of the current tab as a file
- Automatically generates a timestamped file name for the saved HTML
save-rendered-html-chrome-extension-demo-v1.1.1-20231107.mp4
- Download or clone this repository to your local machine.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top right corner if it's not already enabled.
- Click the "Load unpacked" button in the top left corner.
- Browse to the folder containing the extension files and select it.
The extension should now be installed and visible in your Chrome extensions list.
- Visit a web page in Google Chrome.
- Click the extension's icon to open the popup.
- 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_<timestamp>.html, where <timestamp> is the current date and time in ISO 8601 format.
If the system's save file prompt doesn't appear when you click on the extension icon, try restarting Chrome. Reloading the extension (in dev mode) won't work.


