gpt4 book ai didi

json - 意想不到的字符。上传 Chrome 扩展程序时出错

转载 作者:行者123 更新时间:2023-12-04 01:56:07 25 4
gpt4 key购买 nike

我开发了一个 Chrome 扩展程序,当我将它作为 Chrome 中的解压缩扩展程序加载时,它运行得非常好。但是,当我尝试将 zip 上传到 Chrome 网上应用店时,我收到以下 manifest.json 错误:

发生错误:无法处理您的项目。
manifest.json:8:4:意外的字符。


我已经从 JSON 文件中删除了所有评论。我什至在 http://jsonlint.com 测试了我的 JSON它回来了有效。有没有人知道问题可能是什么?

这是我的 manifest.json:

{
"manifest_version": 2,
"name": "My Extension",
"version": "0.0.0.1",
"description": "Description goes here",
"content_scripts": [
{
"matches": ["https://example.com"],
"css": ["css/style.css"],
"js": [
"lib/jquery-2.1.4.min.js",
"scripts/main.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
}

最佳答案

万一其他人遇到这个问题的不同问题(我刚刚遇到过),那是因为我的 list 中留下了杂散的评论 which of course I pulled from the example one ,这在 JSON 中是不允许的

关于json - 意想不到的字符。上传 Chrome 扩展程序时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33926653/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com