ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
什么是ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations是由dom.eccleston开发的Chrome扩展程序,该扩展的主要功能是“ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.”。
扩展截图
下载ShareGPT: Share your ChatGPT conversations扩展crx文件
下载ShareGPT: Share your ChatGPT conversations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily share permanent links to ChatGPT conversations with your friends.
扩展基本信息
名称 | ShareGPT: Share your ChatGPT conversations |
ID | daiacboceoaocpibfodeljbdfacokfjb |
官方URL | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
简介 | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
文件大小 | 56.12 KB |
安装次数 | 53,990 |
当前版本 | 1.1.0 |
更新时间 | 2023-06-16 |
上架时间 | 2022-12-06 |
评分 | 2.83/5 共75次评分 |
开发者 | dom.eccleston |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sharegpt.com |
帮助页面URL | https://twitter.com/dom__inic |
隐私政策页面URL | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareGPT: Share your ChatGPT conversations", "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Login to ShareGPT", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/sharegpt.com\/*" ] } |