ShareGPT
Export ChatGPT conversations as an image
ShareGPT란 무엇입니까?
ShareGPT은(는) smgmusicdisplay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export ChatGPT conversations as an image"입니다.
확장 프로그램 스크린샷
ShareGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome plugin is designed to help users share their conversations with a chatbot by taking a screenshot. With just a click of a button, the plugin allows users to capture a screenshot of their chatbot conversation and save it to their device. This can be useful for sharing interesting or important conversations with friends, colleagues, or for keeping a record of the conversation for later reference. The plugin is easy to use and integrates seamlessly with your chrome browser, making it a convenient tool for capturing and sharing chatbot conversations.
확장 프로그램 기본 정보
이름 | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
공식 URL | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
설명 | Export ChatGPT conversations as an image |
파일 크기 | 62.43 KB |
설치 횟수 | 1,955 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-12-09 |
출시 날짜 | 2022-12-09 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | smgmusicdisplay |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShareGPT", "description": "Export ChatGPT conversations as an image", "version": "1.0.0", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "icons": { "512": "icon512.png" }, "action": [] } |