ChatGPT Formatter
Copy ChatGPT conversation into clipboard.
ChatGPT Formatter란 무엇입니까?
ChatGPT Formatter은(는) nariakiiwatani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy ChatGPT conversation into clipboard."입니다.
확장 프로그램 스크린샷
ChatGPT Formatter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use ChatGPT Formatter to make your conversation logs easier to read and share with others. ChatGPT Formatter is a handy tool that allows you to copy the log of your conversation with ChatGPT and edit its format at your convenience. Unlock the editing feature by making a purchase. You can keep using it for free forever, but if you find it helpful, please consider supporting its development. You can go to the payment page from popup window of this tool. This tool is dedicated to providing you with the best user experience possible. --- ChatGPT Formatterは、ChatGPTとの対話ログを整形してクリップボードにコピーするツールです。 有料版の購入は任意ですが、ChatGPT Formatterの開発を支援するために、お好きな金額で購入していただけると幸いです。有料版を購入していただくと、書式整形の編集機能をアンロックできます。 購入リンクはインストール後のポップアップウィンドウでご確認ください。 ご不明な点がありましたら、お気軽にお問い合わせください。
확장 프로그램 기본 정보
이름 | ChatGPT Formatter |
ID | hjeodoooiofhaedjgdjbcljefeknodkl |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-formatter/hjeodoooiofhaedjgdjbcljefeknodkl |
설명 | Copy ChatGPT conversation into clipboard. |
파일 크기 | 8.91 KB |
설치 횟수 | 202 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2023-10-10 |
출시 날짜 | 2023-03-27 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | nariakiiwatani |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Formatter", "version": "1.4.3", "description": "Copy ChatGPT conversation into clipboard.", "icons": { "128": "icon_128.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "content.js", "format.js" ] } ], "permissions": [ "clipboardWrite", "storage" ] } |