HTML Content Copier
If you've every had to extract content from a web page manually, you do something like the following:
1. Visit the page
2. Right click + Inspect element on an item on the page.
3. Right click the html container and select Edit as Html
4. Then select all and copy.
This might be fine if it is one...
Developer Tools