Talk GPT

Use Chat GPT with other way

Talk GPT क्या है?

Talk GPT danganhtuan0002 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Chat GPT with other way"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Talk GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}