gpt4 book ai didi

javascript - 在我的 Chrome 扩展程序的弹出窗口中获取 "ERR_FILE_NOT_FOUND"

转载 作者:行者123 更新时间:2023-12-03 00:54:45 28 4
gpt4 key购买 nike

我的 list 如下所示:

{
"manifest_version": 2,

"name": "My Extension",
"description": "This extension is a starting point to create a real Chrome extension",
"version": "0.0.1",

"browser_action": {
"default_popup": "./public/index.html",
"default_title": "Open the popup"
},
"icons": {
"16": "/images/get_started16.png",
"48": "/images/get_started48.png",
"128": "/images/get_started128.png"
},
"permissions": [
]
}

这是我的文件结构:

enter image description here

到目前为止,我所拥有的只是一个基本的 React 应用程序,其 list 已连接为 chrome 扩展。是什么导致我的弹出窗口无法加载默认 react 页面?我已经尝试了我能想到的所有index.html 文件位置的变体。

最佳答案

看起来您正在使用 create-react-app。您需要在基目录中运行 npm run build 来编译源文件,然后使用 build/ 文件夹中生成的编译文件。

关于javascript - 在我的 Chrome 扩展程序的弹出窗口中获取 "ERR_FILE_NOT_FOUND",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52884351/

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