Show your bookmarks bar
In Chrome, make sure the bookmarks bar is visible. On Mac press โ + Shift + B. On Windows press Ctrl + Shift + B.
small tools that do one thing well
// free browser utility
Capture an entire webpage as one image.
Take a scrolling screenshot of the page you are actually viewing, including long pages, localhost, staging sites, and logged-in dashboards. No account and no screenshot upload to DigiWares.
INSTALL ONCE
This is the easiest way to use the tool. After installing it, open any webpage and click the bookmark whenever you need a full-page screenshot.
// first time here?
A bookmarklet is a small browser bookmark that runs a tool on the page you already have open. Nothing needs to be installed on your computer.
In Chrome, make sure the bookmarks bar is visible. On Mac press โ + Shift + B. On Windows press Ctrl + Shift + B.
Drag the orange Full Page Screenshot button from this page onto your bookmarks bar. You only need to install it once.
Go to the page you want to capture, including localhost, a dashboard, or a logged-in page, then click Full Page Screenshot.
The page scrolls automatically to load lazy content, returns to the top, renders the full page, and downloads one image.
Use the shortcut to show or hide the bookmarks bar.
ALTERNATIVE INSTALLATION
Use this method if dragging the button does not work. Copy the code, create a new browser bookmark, then paste the code into the bookmark's URL field.
TRY IT
This runs the same capture code without installing the bookmark first. Your browser should automatically scroll this page and download one full-page image.
Test it on this page// capture what you actually see
This tool runs inside the browser tab you already have open. It does not ask a remote server to visit the URL, so it can be useful for pages that are not publicly reachable.
// how it works
The tool scrolls through long pages so images and sections that load on demand have time to appear.
html2canvas-pro recreates the visible webpage in a browser canvas, including modern CSS colour functions.
The finished PNG, JPEG, or WebP file is created in your browser and downloaded directly to your device.
// choose the right method
There is no single screenshot method that is best for every page. Use the simplest option that fits the job.
| Method | Best for | What to know |
|---|---|---|
| DigiWares bookmarklet | Repeat full-page captures from the page you are already viewing | One-click after installation. Can work on localhost and logged-in pages. |
| Chrome DevTools | Occasional full-page screenshots without installing anything | Reliable browser-level fallback, but requires opening DevTools and the command menu. |
| Chrome extension | Frequent users who want toolbar access and more browser permissions | Requires extension installation and store permissions. |
| URL screenshot service | Remote capture of publicly accessible URLs | The remote service must be able to access the page itself. |
// privacy
The capture is generated in your browser and downloaded directly to your device. The bookmarklet loads the open-source screenshot renderer from a public CDN when needed. DigiWares does not receive the page content or finished screenshot.
// troubleshooting
Strict Content Security Policy, cross-origin media, video, WebGL, embedded frames, or an exceptionally complex page can prevent a perfect browser-rendered capture. Very long pages are automatically reduced to a safer resolution when necessary.
Capture full size screenshot, and press Enter.// full-page screenshot questions
A full-page screenshot captures the complete scrollable webpage from the top to the bottom as one image, not only the part currently visible on your screen.
Yes. This bookmarklet automatically scrolls through the page before rendering it. Chrome also has a built-in Capture full size screenshot command inside DevTools.
Yes, when the bookmarklet is allowed to run on that page. Because it runs in your current browser tab, it does not need a public URL for your localhost site.
Often, yes. The bookmarklet runs on the page you already have open, so it can capture the current logged-in view. Some sites may still block the screenshot renderer with browser security policies.
No. DigiWares does not receive your page content or finished screenshot. The renderer itself is loaded from a public CDN when required.
Many websites lazy-load images and sections only when they enter the viewport. Auto-scroll gives that content time to appear before the final full-page render.
No browser bookmarklet can guarantee that. Some websites block injected scripts or contain cross-origin video, WebGL, iframes, and other content that cannot be reproduced perfectly in a browser canvas.
Doubling the resolution can create an extremely large canvas on long webpages. The default setting is safer and still produces a clear image.
Yes. This version uses html2canvas-pro, including support for modern CSS colour functions such as color(), oklch(), oklab(), lab(), and lch().
// coming later
The bookmarklet stays the simple free option. A future Chrome extension can add toolbar access and advanced capture controls for people who use the tool frequently.
See DigiWares Chrome extensions โ