Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
什么是Copy Chat GPT?
Copy Chat GPT是由keithtrroy开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to copy chat GPT responses with a click of a button or through CMD+K”。
扩展截图
下载Copy Chat GPT扩展crx文件
下载Copy Chat GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
扩展基本信息
名称 | Copy Chat GPT |
ID | ejhmbicpoopanfdgheceflehbmapaeji |
官方URL | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
简介 | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
文件大小 | 132 KB |
安装次数 | 157 |
当前版本 | 0.2.1 |
更新时间 | 2023-01-19 |
上架时间 | 2023-01-19 |
评分 | 3.00/5 共2次评分 |
开发者 | keithtrroy |
付费类型 | free |
扩展官网 | https://inkbotdesign.com/ |
帮助页面URL | https://inkbotdesign.com/contact/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Mohsin", "name": "Copy Chat GPT", "icons": { "16": "media\/16.png", "19": "media\/19.png", "38": "media\/38.png", "48": "media\/48.png", "128": "media\/128.png" }, "description": "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K", "version": "0.2.1", "content_scripts": [ { "js": [ "init.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |