【发布时间】:2018-06-20 15:32:43
【问题描述】:
我知道弹出窗口是由一个 html 文件组成的。下面是我的代码。由于某种原因,当我单击图标时,弹出窗口不会打开。关于问题可能是什么的任何想法?
{
"name": "Popup Snake",
"version": "1.0",
"description": "A simple snake game popup, that can be opened by clicking the icon in the top right (after installing)",
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
}
【问题讨论】:
标签: javascript html json google-chrome-extension popup