是否可以以独立于平台的方式在 Google Chrome 扩展程序中捕获用户名?
可能的重复:
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用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.