A Chrome extension that allows you to capture full-page screenshots, including content that requires scrolling.
- Captures the entire web page, not just the visible area
- Automatically scrolls through the page to capture all content
- Saves the screenshot as a PNG file
- Simple one-click operation
- Download or clone this repository to your local machine
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" by toggling the switch in the top right corner
- Click "Load unpacked" and select the folder containing the extension files
- The SnapArti extension should now appear in your Chrome toolbar
- Navigate to the web page you want to capture
- Click the SnapArti icon in your Chrome toolbar
- Click the "Capture Full Page" button
- Wait for the extension to scroll through and capture the entire page
- The screenshot will be automatically downloaded as a PNG file
This extension uses:
- Chrome's
tabs.captureVisibleTab
API to capture visible sections of the page - Content scripts to programmatically scroll through the page
- Canvas to stitch together multiple captures into a single image