ChatGPT Formatter
Copy ChatGPT conversation into clipboard.
什么是ChatGPT Formatter?
ChatGPT Formatter是由nariakiiwatani开发的Chrome扩展程序,该扩展的主要功能是“Copy ChatGPT conversation into clipboard.”。
扩展截图
下载ChatGPT Formatter扩展crx文件
下载ChatGPT Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |