Talk GPT

Use Chat GPT with other way

ما هو Talk GPT؟

Talk GPT هو إضافة Chrome تم تطويرها بواسطة danganhtuan0002، والميزة الرئيسية لها هي "Use Chat GPT with other way".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension facilitates voice chat support with GPT, offering prominent features such as converting speech to text, turning GPT responses into speech, suggesting better-phrased sentences, enabling the creation of conversational scripts with GPT, making conversations more focused and natural. It allows customization of speaking speed and voice to cater to users of varying proficiency levels.                    

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

الاسم Talk GPT Talk GPT
ID gjklbbmneaddgofaclhlldbldjnpblck
عنوان URL الرسمي https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck
الوصف Use Chat GPT with other way
حجم الملف 171 KB
عدد التثبيتات 94
النسخة الحالية 1.0.2
آخر تحديث 2023-10-24
تاريخ النشر 2023-09-17
تقييم 5.00/5 مجموع تقييمات 2
المطور danganhtuan0002
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talk GPT",
    "description": "Use Chat GPT with other way",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "logo-talkgpt.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo-talkgpt.png",
            "48": "logo-talkgpt.png",
            "128": "logo-talkgpt.png"
        }
    }
}