ShareGPTConvo
Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.
什么是ShareGPTConvo?
ShareGPTConvo是由xikai开发的Chrome扩展程序,该扩展的主要功能是“Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.”。
扩展截图
下载ShareGPTConvo扩展crx文件
下载ShareGPTConvo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*Adapted to the latest version of ChatGPT! Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style for viewing on mobile and desktop devices.
扩展基本信息
名称 | ShareGPTConvo |
ID | kpefpnfbhbealfoihgbcieggmbmmlaej |
官方URL | https://chromewebstore.google.com/detail/sharegptconvo/kpefpnfbhbealfoihgbcieggmbmmlaej |
简介 | Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style. |
文件大小 | 47.39 KB |
安装次数 | 18 |
当前版本 | 1.1.1 |
更新时间 | 2024-01-29 |
上架时间 | 2023-03-28 |
评分 | 5.00/5 共1次评分 |
开发者 | xikai |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShareGPTConvo", "version": "1.1.1", "description": "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Share GPT Convo", "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |