
Smart screenshot tool that captures, runs local OCR, classifies the content, and suggests the right action. Four capture modes, eight collections, zero servers.
Four ways to capture
Snap what's on screen right now. One keystroke, one shot.
Drag a rectangle. Pixel-precise crop, snaps to your cursor.
Scroll-stitched capture of the entire page — header to footer.
Native desktop picker. Capture any app, any monitor.
What's inside
Text extracted on-device in an offscreen document. Images are preprocessed and tiled vertically for tall captures. No cloud round-trip, works offline.
Confidence-scored tagging into code, prices, contacts, tasks, UI, plain text, or mixed — so the right action shows up first.
Copy code, save lead, set reminder, create task — actions adapt to what you captured and your active mode.
Find any past screenshot by the words inside the image, the page title, the URL, or your tags.
Code Snippets, UI Inspiration, Prices to Track, Leads, Tasks, Reading Notes, Job Opportunities, Personal Archive — all preseeded.
Grid view, multi-select, type filters, viewer with action bar. Everything stored locally in IndexedDB.
⌘⇧S for visible tab, ⌘⇧A for area. Right-click anywhere for context-menu capture options.
Regex detectors plus content-type heuristics auto-tag each capture — so search is instant, even months later.
If a long OCR job is interrupted, ScreenMind picks it back up on next launch. No half-processed captures left behind.
The pipeline
Pick a mode — visible tab, area, full page, or screen. Hotkey or right-click, your choice.
Tesseract runs in an offscreen document. Image preprocessed for contrast, tiled for tall pages, OCR'd locally.
Content type is detected. The right action — copy code, save lead, create task — surfaces first. Take it or file it.
Suggested actions
Snap a code block — "Copy code" is first. Snap a contact card — "Save lead" is first. Switch modes and the same captures get a different ranked menu. No menu-hunting.
Suggested actions
Modes
Dev
Boosts Copy Code and Create Task. Default mode for engineers.
Business
Boosts Save Lead and Create Task. Contact cards become leads in one click.
Shopper
Boosts Copy Text and Create Task. Price captures get tracked instantly.
Research
Boosts Copy Text and Add to Collection. Reading notes pile up clean.
OCR runs locally via Tesseract WASM in an offscreen document. The extension makes zero outbound requests — verified by grep across the source. No analytics, no auth, no remote config. Captures live in your browser's IndexedDB and are deletable from the side panel in two clicks.
Keyboard
Or right-click → ScreenMind for the context menu
Questions
No. OCR runs locally via Tesseract WASM inside an offscreen document. There are no fetch calls to external hosts in the extension — only chrome.runtime.getURL for bundled assets. No telemetry, no analytics, no remote config. Audit the source to verify.
In your browser's IndexedDB via Dexie. Image blobs, thumbnails, OCR text, tags, and collections — all on your machine. unlimitedStorage is requested because screenshots are bulky. Clear the library from the side panel any time.
Tesseract.js v7 with English. Preprocessing (grayscale, contrast, binarize) plus vertical tiling lifts accuracy on long pages and small UI fonts. It's not a cloud OCR, so screenshots of stylized fonts or rotated text are weaker. For most code, prices, and contact info it's solid.
Modes re-rank the suggested actions. Dev surfaces 'Copy Code' first, Business surfaces 'Save Lead', Shopper surfaces price actions, Research surfaces collection adds. Same captures, different first-action.
Yes — host_permissions: <all_urls> means capture works on any page you visit. Chrome's own internal pages (chrome://) are sandboxed for everyone and can't be screenshotted by any extension.
Free. MIT licensed. Source on GitHub. No accounts, no paid tier.

Free · MIT · v1.0.0
One click from the Chrome Web Store. No account, no setup, no upsell.