An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Save Rendered HTML Chrome Extension
===================================

![Icon](icon128.png)

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

![Screenshot 1](screenshots/screenshot-1.png)
![Screenshot 2](screenshots/screenshot-2.png)
![Screenshot 3](screenshots/screenshot-3.png)

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