ChatGPT Chrome Extension
Super Easy access to ChatGPT with a simple Chrome-Extension
什么是ChatGPT Chrome Extension?
ChatGPT Chrome Extension是由GPTAnywhere开发的Chrome扩展程序,该扩展的主要功能是“Super Easy access to ChatGPT with a simple Chrome-Extension”。
扩展截图
下载ChatGPT Chrome Extension扩展crx文件
下载ChatGPT Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.
扩展基本信息
名称 | ChatGPT Chrome Extension |
ID | gedcfcpmliihckglmjcmmlagobdbbiae |
官方URL | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae |
简介 | Super Easy access to ChatGPT with a simple Chrome-Extension |
文件大小 | 516 KB |
安装次数 | 2,091 |
当前版本 | 1.0.2 |
更新时间 | 2022-12-15 |
上架时间 | 2022-12-14 |
评分 | 3.67/5 共6次评分 |
开发者 | GPTAnywhere |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Chrome Extension", "description": "Super Easy access to ChatGPT with a simple Chrome-Extension", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "frontend\/index.html" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background\/index.js" } } |