清单是无效的JSON。行:3,列:12,语法错误。 Chrome错误json文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清单是无效的JSON。行:3,列:12,语法错误。 Chrome错误json文件相关的知识,希望对你有一定的参考价值。
清单是无效的JSON。行:3,列:12,语法错误。
{
"name": "invite all fb1",
"version"; "1.0",
"manifest_version": 2,
"description": "Here you can test the new Invite all for the new invite box in fb",
"browser_action": {
"default_icon": "icon.png"
}
}
答案
你在"version"; "1.0"
中有语法错误。将其更改为"version": "1.0",
:
{
"name": "invite all fb1",
"version": "1.0",
"manifest_version": 2,
"description": "Here you can test the new Invite all for the new invite box in fb",
"browser_action": {
"default_icon": "icon.png"
}
}
另一答案
{
"name": "invite all fb1",
"version": "1.0",
"manifest_version": 2,
"description": "Here you can test the new Invite all for the new invite box in fb",
"browser_action": {
"default_icon": "icon.png"
}
}
在版本之后用;
替换了:
。 "version": "1.0",
以上是关于清单是无效的JSON。行:3,列:12,语法错误。 Chrome错误json文件的主要内容,如果未能解决你的问题,请参考以下文章
第 3 行错误:PL/SQL: ORA-01747: 无效的 user.table.column、table.column 或列规范