Share Chat GPT

Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image

ما هو Share Chat GPT؟

Share Chat GPT هو إضافة Chrome تم تطويرها بواسطة danielkellyio، والميزة الرئيسية لها هي "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".

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

screenshot

تحميل ملف CRX للإضافة Share Chat GPT

قم بتنزيل ملفات الامتداد Share Chat GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image                    

معلومات أساسية عن التمديد

الاسم Share Chat GPT Share Chat GPT
ID dchbgannbkhdanjbjgncijknhffdcagf
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf
الوصف Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
حجم الملف 150 KB
عدد التثبيتات 2,446
النسخة الحالية 1.0
آخر تحديث 2022-12-13
تاريخ النشر 2022-12-12
تقييم 2.75/5 مجموع تقييمات 4
المطور danielkellyio
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share Chat GPT",
    "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}