ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
什么是ChatGPT Sidebar?
ChatGPT Sidebar是由ankh.dev.io开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that creates a sidebar for ChatGPT”。
扩展截图
下载ChatGPT Sidebar扩展crx文件
下载ChatGPT Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!). Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs. Access via the extension action icon!
扩展基本信息
名称 | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
官方URL | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
简介 | A Chrome extension that creates a sidebar for ChatGPT |
文件大小 | 17.08 KB |
安装次数 | 58 |
当前版本 | 0.0.1 |
更新时间 | 2023-10-13 |
上架时间 | 2023-09-29 |
评分 | 2.00/5 共1次评分 |
开发者 | ankh.dev.io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar", "version": "0.0.1", "description": "A Chrome extension that creates a sidebar for ChatGPT", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "ChatGPT Sidebar" }, "host_permissions": [ "https:\/\/*.openai.com\/" ] } |