ChatGPT Formatter

Copy ChatGPT conversation into clipboard.

ما هو ChatGPT Formatter؟

ChatGPT Formatter هو إضافة Chrome تم تطويرها بواسطة nariakiiwatani، والميزة الرئيسية لها هي "Copy ChatGPT conversation into clipboard.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ChatGPT Formatter

قم بتنزيل ملفات الامتداد ChatGPT Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    ]
}