问题描述
我正在尝试创建一个 google chrome 扩展程序。下面是清单文件的代码。
{
//required
"manifest_verion": 2,"name": "File to BASE64 Converter"
"version": "1.0",//Recommended
"description": "Created By Eric Pan","icons": {
"128": "favicon.png"
},//Type of action: browser,Page,or none
"browser_action": {
"default_title" "An Application Developed By Eric Pan"
"default_popup": "popup.html"
},}
google 告诉我的只是第 3 行有错误,但我找不到解决方案。如果你能帮忙,那就太好了!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)