诸葛问答

诸葛问答

【精选推荐】ChatGPT中文版 GPT-4(国内免费直连),是一款基于的OpenAI公司最新版ChatGPT3.5、ChatGPT4.0模型开发的聊天机器人,具有丰富的问题模版,支持AI画图,识图已经联网功能,方便快捷,提问精准,可在会员中心购买会员,无限制使用

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "诸葛问答",
  "version": "1.0",
  "description": "【精选推荐】ChatGPT中文版 GPT-4(国内免费直连),是一款基于的OpenAI公司最新版ChatGPT3.5、ChatGPT4.0模型开发的聊天机器人,具有丰富的问题模版,支持AI画图,识图已经联网功能,方便快捷,提问精准,可在会员中心购买会员,无限制使用",
  "icons": {
    "16": "icons/logo.png",
    "32": "icons/logo.png",
    "48": "icons/logo.png",
    "64": "icons/logo.png",
    "128": "icons/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "sidebar.html",
    "default_title": "Click to open panel"
  },
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "permissions": [
    "sidePanel"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}