szpnygo / VecTextSearch

一个99%由OpenAI ChatGPT开发的项目。A project that is 99% developed by OpenAI ChatGPT.
MIT License
210 stars 27 forks source link

安装之后出现报错 #4

Open cannot-hero opened 1 year ago

cannot-hero commented 1 year ago

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 commented 1 year ago

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