Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装之后出现报错 #4

Open
cannot-hero opened this issue Apr 17, 2023 · 1 comment
Open

安装之后出现报错 #4

cannot-hero opened this issue Apr 17, 2023 · 1 comment

Comments

@cannot-hero
Copy link

Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

{
"manifest_version": 2,
"name": "ChatGPT Markdown Exporter",
"version": "1.0",
"description": "Export ChatGPT conversation to Markdown",
"permissions": ["activeTab", "cookies", "https://chat.openai.com/", "tabs"],
"content_scripts": [
{
"matches": ["https://chat.openai.com/chat/
"],
"js": ["content_script.js"]
}
],
"background": {
"scripts": ["background_script.js"],
"persistent": false
},
"icons": {
"48": "icon48.png"
}
}
image

@szpnygo
Copy link
Owner

szpnygo commented Apr 17, 2023

看信息是这个版本要被作废了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants