ChatGPT Formatter
Copy ChatGPT conversation into clipboard.
Qu'est-ce que ChatGPT Formatter ?
ChatGPT Formatter est une extension Chrome développée par nariakiiwatani, et sa fonction principale est "Copy ChatGPT conversation into clipboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Formatter
Téléchargez les fichiers d'extension ChatGPT Formatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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の開発を支援するために、お好きな金額で購入していただけると幸いです。有料版を購入していただくと、書式整形の編集機能をアンロックできます。 購入リンクはインストール後のポップアップウィンドウでご確認ください。 ご不明な点がありましたら、お気軽にお問い合わせください。
Informations de Base sur l'Extension
Nom | ChatGPT Formatter |
ID | hjeodoooiofhaedjgdjbcljefeknodkl |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-formatter/hjeodoooiofhaedjgdjbcljefeknodkl |
Description | Copy ChatGPT conversation into clipboard. |
Taille du Fichier | 8.91 KB |
Nombre d'Installations | 202 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2023-10-10 |
Date de Publication | 2023-03-27 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | nariakiiwatani |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" ] } |