
copy-on-mouse-select 作者: Pascal Rigaux
On mouseup, send document.getSelection() to navigator.clipboard. It is only a 4 lines content_script!
1 个用户1 个用户
扩展元数据
关于此扩展
On Linux (both Xorg and Wayland), selecting text with mouse or keyboard sends the selected text to PRIMARY selection.
This addon sends mouse selected text to regular clipboard:
> on mouseup, send document.getSelection() to navigator.clipboard.
It is only a 4 lines content_script!
* after install of module, you must reload any existing pages before selecting. Otherwise it will NOT work.
* do not test it on https://addons.mozilla.org/, it will not work
NB: this is mostly https://addons.mozilla.org/fr/firefox/addon/copy-on-select/ with a github a link to see the source code!
NB: it does the same thing as VSCode https://marketplace.visualstudio.com/items?itemName=dinhani.copy-on-select
This addon sends mouse selected text to regular clipboard:
> on mouseup, send document.getSelection() to navigator.clipboard.
It is only a 4 lines content_script!
* after install of module, you must reload any existing pages before selecting. Otherwise it will NOT work.
* do not test it on https://addons.mozilla.org/, it will not work
NB: this is mostly https://addons.mozilla.org/fr/firefox/addon/copy-on-select/ with a github a link to see the source code!
NB: it does the same thing as VSCode https://marketplace.visualstudio.com/items?itemName=dinhani.copy-on-select
评分 0(1 位用户)
权限与数据详细了解
必要权限:
- 访问您在所有网站的数据
更多信息