如何在 Chrome 中启用本机客户端?

发布于 2024-11-14 19:19:16 字数 66 浏览 9 评论 0原文

我想在 Chrome 中启用本机客户端支持。
我转到 about:flags 并启用它,但它仍然无法正常工作。

I want to enable native client support in chrome.
I went to about:flags and enabled it but it is still not working.

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

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

发布评论

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

评论(3

玩心态 2024-11-21 19:19:16

从命令行运行以下命令

chrome.exe --enable-nacl

请参阅

Run the following from the command-line

chrome.exe --enable-nacl

Refer to this

憧憬巴黎街头的黎明 2024-11-21 19:19:16

about:flags 或更好的 chrome://flags 页面应该可以使用。

搜索enable-nacl并单击启用链接
转到本页末尾,不要忘记单击“立即重新启动”,

但在您知道如何启动调试器之前,请不要激活“enable-nacl-debug”。在这种情况下,您的 nacl 模块将永远等待调试器。

The page about:flags or better chrome://flags should works.

Search enable-nacl and click on the enable link
Go at the end of this page and don't forget to click on relaunch now

But don't activate enable-nacl-debug until you know how to launch the debugger. In this case your nacl module will wait debugger forever.

流年已逝 2024-11-21 19:19:16

在 Linux 上,打开终端并键入此命令。然后点击回车执行命令。

google-chrome --enable-nacl

On Linux, Open terminal and type this command. Then click enter to execute the command.

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