Browser extension to render selected DOM element into an image or PDF.
- Render any selected DOM element into an image or PDF.
- Simple and intuitive UI.
- Supports modern web technologies.
- Download zip or tar.gz archive from the releases page
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" using the toggle in the top-right corner.
- Click "Load unpacked" and select the extracted folder.
- Navigate to any webpage.
- Click on the extension icon in the toolbar.
- Select the DOM element you want to render.
- Choose to save the element as an image or PDF.
activeTab
: Allows the extension to interact with the current active tab.scripting
: Allows the extension to execute scripts on the current webpage.
Contributions are welcome! Please open an issue or submit a pull request.