A tiny Chrome extension that copies a screenshot of the visible area of the current tab to your clipboard.
- Click the extension icon
- The visible part of the active tab is captured as a PNG
- The screenshot is copied to your clipboard (ready to paste into Notes, Slack, Docs, etc.)
- Chrome blocks screenshots on internal pages like
chrome://andchrome-extension://(this is a Chrome security rule). - The extension does not collect, store, or transmit any data. Everything happens locally in your browser.
- Download or clone this repository
- Open Chrome and go to
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the folder containing
manifest.json
- Open any normal website (
https://...) - Click the extension icon
- Paste anywhere with Cmd+V (macOS) or Ctrl+V (Windows)
activeTab— needed to capture the visible area of the active tab when you click the iconclipboardWrite— needed to copy the screenshot image to your clipboard
MIT - see the LICENSE file.