SnapSmart is a Chrome extension that captures flawless full-page screenshots and runs on-device AI to summarize, rewrite, and write text — all locally in Chrome, no servers.
- Pixel-perfect full-page capture with overlap stitching & freeze
- Manual Stitch for infinite scrolls
- PDF Capture Mode for direct
.pdflinks - On-device AI (Gemini Nano):
- Summarize (Summarizer API)
- Rewrite (Rewriter API)
- Write (Writer API)
- Multimodal fallback (LanguageModel) to summarize the last capture image
- Privacy-first: no network calls for AI
- Open chrome://extensions → enable Developer mode.
- Click Load unpacked and select this folder.
- Open a long page → Capture Full Page → preview + download.
- Click Summarize to see on-device summary of visible text.
- Paste text → Rewrite. Enter a short prompt → Write.
- Manual Stitch: Start → scroll → Add Slice → Finish.
- Direct
.pdfURL → PDF Capture Mode.
manifest.json,popup.html,popup.js,content.js,pdf_capture.html,styles.cssai/ai_adapter.js
activeTab, scripting, downloads, tabs
MIT