Grab text from anywhere on your screen with Snap Text, just like the popular macOS feature. Select any area, and it instantly extracts detected text with OCR and copies it to your clipboard. Works with images, screenshots, dialogs, documents, apps, and other places where normal text selection is not available. Can also instantly auto-translate. It aims to be the perfect tool for capturing unselectable text from images, documents, videos, and system dialogs.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
dependencies.js:186
St.Clipboard.get_default()
extension.js:253
St.Clipboard.get_default()
extension.js:521
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 8 | Active |
| 7 | Inactive |
| 6 | Rejected |
| 5 | Inactive |
| 4 | Inactive |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Thank you for the feedback. Changelog: - abort call on disable/destroy added for soup.session, I missed that one - refactored to not export methods unnecessarily in dependencies.js Good catch!