Talk GPT

Use Chat GPT with other way

Co to jest Talk GPT?

Talk GPT to rozszerzenie Chrome opracowane przez danganhtuan0002, a jego główną funkcją jest „Use Chat GPT with other way”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Talk GPT

Pobierz pliki rozszerzeń Talk GPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Talk GPT Talk GPT
ID gjklbbmneaddgofaclhlldbldjnpblck
Oficjalny URL https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck
Opis Use Chat GPT with other way
Rozmiar pliku 171 KB
Liczba instalacji 94
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2023-09-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper danganhtuan0002
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}