Full-page desktop + mobile screenshots of any website, captured in your real Chrome browser.
Chrome extension
Install (one-time, ~2 minutes)
- Open Chrome and go to
chrome://extensions
- Toggle Developer mode on (top-right corner).
- Click Load unpacked.
- Select the folder
mayresibo-extension/ inside this repo.
- Pin May Resibo from the puzzle-piece menu in the toolbar.
Why an extension? Embedded widgets (testimonials, maps, videos) and parallax backgrounds often refuse to render in automated headless browsers. Your real Chrome renders them perfectly — so we capture there.
Troubleshooting
- "DevTools is debugging this tab" banner: normal during capture, clears automatically when done.
- Embeds still missing: increase "Wait before capture" to 10s.
- Can't capture chrome:// pages: Chrome blocks debugging of its own internal pages.
There's also an older local-server version of this tool in mayresibo/crawler/ (Node.js + Playwright). It works for fully-rendered static pages but struggles with third-party embeds, which is why the extension exists. Use whichever fits.