【发布时间】:2014-10-17 11:19:27
【问题描述】:
我参考这篇文章:
http://julip.co/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/
<html>
<head>
<style type="text/css">
body {width:200; height:300;}
</style>
</head>
<body>
<iframe src="http://m.bing.com" width="100%" height="100%" frameborder="0">
</iframe>
</body>
</html>
本扩展源码为:http://mfi.re/?imwxngtdkhg
但是它并没有显示任何内容。
我的问题是:可以将外部 iframe 包含在 google chrome 扩展中吗?
【问题讨论】:
标签: javascript google-chrome iframe google-chrome-extension