Google Chrome 的 ActiveX / XPCOM 等效项

发布于 2024-11-01 08:05:23 字数 238 浏览 8 评论 0原文

Google Chrome 有没有办法访问剪贴板(即获取和设置剪贴板的内容)? Internet Explorer 通过使用 ActiveX 来实现此目的,并且我通过 XPCOM 在 Firefox 中使其工作,我想知道是否有任何方法可以在 Chrome 中执行此操作?

我想要的是能够拦截 JavaScript 中的“粘贴”事件,并在将剪贴板的内容粘贴到网站的文本区域(在我的例子中是 RTE)之前对其进行预处理。

感谢您的帮助

Is there any way in Google Chrome to access the clipboard (i.e. get and set content of clipboard)? Internet Explorer allows for this by using ActiveX and I got it working in Firefox via XPCOM, I am wondering if there is any way to do this in Chrome?

What I want is to be able to intercept the "paste" events in JavaScript and pre-process the content of the clipboard before it's being pasted into the website's textarea (or RTE in my case).

Thanks for any help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情话难免假 2024-11-08 08:05:23

看看FireBreath;您可以使用它创建一个适用于所有浏览器的插件(既可以作为 NPAPI 插件,也可以作为 ActiveX 控件)

Look at FireBreath; you can use it to create a plugin that will work in all browsers (works both as a NPAPI plugin and an ActiveX control)

我不会写诗 2024-11-08 08:05:23

查看 NPAPI

Check out NPAPI

舞袖。长 2024-11-08 08:05:23

NPAPI 已被弃用。使用 WebAssembly

NPAPI has been deprecated. Use WebAssembly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文