为什么 Chome Secure Shell SSH 扩展在 iFrame 中不起作用

为什么 Chome Secure Shell SSH 扩展在 iFrame 中不起作用

安全外壳 Chrome 对我来说很好用,太棒了!现在我尝试使用 iFrame 放入桌面 html,但它不起作用。

它在单独的浏览器窗口中运行良好

<a target="_New" href="chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/nassh.html">
SSH root@test 新窗口</a>

但它不适用于 iFrame

<a target="iframe1" href="chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/nassh.html">
SSH 根@测试 iFramed</a>
<iframe 名称="iframe1" id="iframe1" 宽度="90%" 高度="400px" src=""/>

有人知道解决方法吗?谢谢

相关内容