ShareGPTConvo
Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.
ShareGPTConvo là gì?
ShareGPTConvo là một tiện ích mở rộng Chrome được phát triển bởi xikai, và tính năng chính của nó là "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ShareGPTConvo
Tải xuống các tệp mở rộng ShareGPTConvo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ShareGPTConvo |
ID | kpefpnfbhbealfoihgbcieggmbmmlaej |
URL Chính Thức | https://chromewebstore.google.com/detail/sharegptconvo/kpefpnfbhbealfoihgbcieggmbmmlaej |
Mô tả | Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style. |
Kích Thước Tệp | 47.39 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2023-03-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | xikai |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |