A compact menu that appears when you select text on a webpage. It provides quick access to useful text actions without getting in your way.
- Copy selected text to clipboard.
- Search selected text using the browser's default search engine.
- Share selected text via native Web Share API.
- Paste clipboard content into active input field (available in INPUT, TEXTAREA, contenteditable).
- Cut selected text from input field (available in INPUT, TEXTAREA, contenteditable).
- Smart popup positioning with multi-line selection support.
- Auto-reposition on scroll and window resize.
- Automatic popup closing after 10 seconds of inactivity.
- Theme-aware light/dark mode support.
- Disable extension on specific domains — disable extension on specific sites via context menu.
- Switch between vertical and horizontal menu layout — choose your preferred popup style via context menu.
- Long press on Copy button — performs "clean copy": pasted text is automatically stripped of extra line breaks, empty lines, and leading/trailing spaces, merging soft-wrapped lines into a single paragraph while preserving intentional paragraph breaks (sentence endings, list markers, quoted text).
| Type | Actions |
|---|---|
| Regular text (non-editable) | Copy, Search, Share |
| Input fields (INPUT, TEXTAREA, contenteditable) | Cut, Paste, Copy |
- Download or clone the repository.
- Open
chrome://extensions/oredge://extensions/. - Enable Developer mode.
- Click Load unpacked.
- Select the extension folder.
searchclipboardWriteclipboardReadstoragecontextMenus
background.js
minimenu.js
manifest.json
icons/
icons/chrome
icons/edge
_locales/
- Chrome
- Edge
- Brave
- Opera
- Vivaldi
- Chromium
- No analytics
- No tracking
- No external servers
- All processing is performed locally
Copyright © 2026 2boom.