
Copy on Select Quick Button 作者: behzad
Shows a small Copy button near your selected text, click to copy to the clipboard.
1 位使用者1 位使用者
擴充套件後設資料
畫面擷圖



關於此擴充套件
This Add-on, adds a small Copy button when you select text, click once to copy the selection to the clipboard. No data collection, no ads.
How it works
- Select text with the mouse, on mouseup the Copy button appears near the cursor
- Double click a word, the button appears at the cursor
- Keyboard selection also works, the button appears near the selection
- One click copies, there is no extra dialog
What this add on does not do
- No ads, no trackers, no analytics
- No remote code, no network requests
- No background scripts, no storage
Notes
This extension runs a small content script on pages you visit. It reads only the current selection text so it can copy it to clipboard.
Permissions
-clipboardWrite, used to copy the selected text into the clipboard when the user clicks the Copy button.
How it works
- Select text with the mouse, on mouseup the Copy button appears near the cursor
- Double click a word, the button appears at the cursor
- Keyboard selection also works, the button appears near the selection
- One click copies, there is no extra dialog
What this add on does not do
- No ads, no trackers, no analytics
- No remote code, no network requests
- No background scripts, no storage
Notes
This extension runs a small content script on pages you visit. It reads only the current selection text so it can copy it to clipboard.
Permissions
-clipboardWrite, used to copy the selected text into the clipboard when the user clicks the Copy button.
由 1 位評論者給出 5 分
權限與資料了解更多
必要權限:
- 輸入資料到剪貼簿
- 存取您所有網站中的資料
更多資訊
- 版本
- 1.0.4
- 大小
- 12.75 KB
- 最近更新
- 2 個月前 (2025年8月13日)
- 版本紀錄
- 新增至收藏集
1.0.4 版的發行公告
Double click behavior updated.