Last updated: April 14, 2026
ScreenMind is a Chrome extension that lets you capture screenshots of web pages and your screen, and extracts text from those captures using Tesseract.js optical character recognition (OCR). The extension detects the type of content (code, contact info, prices, plain text) and offers contextual copy formats.
When you explicitly trigger a capture, the extension accesses:
The extension also stores your in-app settings (for example, which capture mode you used last).
Everything is stored locally in your browser:
Nothing is uploaded to a remote server. There is no account, no login, and no sync.
ScreenMind does not collect, log, or transmit any of the following:
The extension does not share, sell, or transfer any data to third parties. It does not include third-party analytics, advertising, or tracking SDKs. No user data is used or transferred to determine creditworthiness or for lending purposes.
ScreenMind requests the minimum Chrome permissions required for its single purpose:
activeTab, tabs, scripting, <all_urls> — capture the page the user is looking at and coordinate scrolling for full-page capture.desktopCapture — allow the user to capture a whole screen or another application window via Chrome’s native picker.offscreen — run Tesseract.js OCR, which requires DOM access.storage, unlimitedStorage — save screenshots and settings locally in IndexedDB.contextMenus — add right-click capture options.sidePanel — render the library UI as a side panel.Every permission is used strictly for the extension’s screenshot and OCR functionality — never to collect or transmit data.
You can delete individual screenshots, bulk-delete selected items, or clear all ScreenMind data at any time from the Options page. Removing the extension from Chrome deletes its local storage automatically.
ScreenMind is a general-purpose productivity tool and is not directed at children under 13. The extension does not knowingly collect any information from children.
If the extension’s data handling ever changes, this page will be updated before the new behavior ships, and the “Last updated” date above will be revised.
Questions about this policy? Open an issue on the project repository: github.com/shakiltousif/ScreenMind/issues.