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 |
Eメール | [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" ] } |