https://github.com/tddschn/save-rendered-html-extension
Save Rendered HTML Chrome Extension - save the fully rendered HTML of the current tab
https://github.com/tddschn/save-rendered-html-extension
chrome-extension
Last synced: 8 months ago
JSON representation
Save Rendered HTML Chrome Extension - save the fully rendered HTML of the current tab
- Host: GitHub
- URL: https://github.com/tddschn/save-rendered-html-extension
- Owner: tddschn
- License: mit
- Created: 2023-03-20T06:49:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T02:39:41.000Z (about 2 years ago)
- Last Synced: 2025-09-16T11:09:46.230Z (9 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Homepage:
- Size: 7.06 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
Demo
----
https://github-production-user-asset-6210df.s3.amazonaws.com/45612704/281200935-87347612-70a9-4d3e-9505-e1eb0529736f.mp4
Installation
------------
1. Download or clone this repository to your local machine.
2. Open Google Chrome and navigate to `chrome://extensions/`.
3. Enable "Developer mode" in the top right corner if it's not already enabled.
4. Click the "Load unpacked" button in the top left corner.
5. Browse to the folder containing the extension files and select it.
The extension should now be installed and visible in your Chrome extensions list.
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.
## Screenshots



## Troubleshooting
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.