是否可以以独立于平台的方式在 Google Chrome 扩展程序中捕获用户名?

发布于 2024-11-16 15:26:26 字数 328 浏览 0 评论 0原文

可能的重复:
如何在 google chrome 浏览器中使用 javascript 获取 google chrome 扩展的 windows 用户名

Google Chrome 是否以本机方式支持此操作?如果没有,有没有好的解决方法?

Possible Duplicate:
How to get the windows user name using javascript in google chrome browser for google chrome extension

Does Google Chrome support this in a native way? If not, is there a good workaround?

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

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

发布评论

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

评论(1

浅忆流年 2024-11-23 15:26:26

您可以使用NPAPI 插件
根据谷歌的说法,在 NPAPI 插件中运行的代码拥有当前用户的完整权限,并且不会以任何方式沙箱或屏蔽 Google Chrome 的恶意输入。

You can use NPAPI Plugins
And according to google, Code running in an NPAPI plugin has the full permissions of the current user and is not sandboxed or shielded from malicious input by Google Chrome in any way.

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