Voice-to-ChatGPT

Enjoy chatting with ChatGPT using your voice.

Τι είναι το Voice-to-ChatGPT;

Το Voice-to-ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον baoblackcoal, και η κύρια λειτουργία του είναι "Enjoy chatting with ChatGPT using your voice.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Voice-to-ChatGPT

Λήψη αρχείων επέκτασης Voice-to-ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Voice-to-ChatGPT

Enjoy chatting with ChatGPT using your voice.

V2.0.0_20230319
  New Freature:
    1. New UI design that provides better experience.
    2. Speaking for every question and answer.
    3. Stop speaking for current voice output.
  Fix:
    1. Fix the issue of speaking problems.



V1.0.1_20230305
Voice-To-ChatGPT, Hold to Talk, and Release to Send.

The "Vioce-to-Talk" extension allows you to interact with the ChatGPT language model through your microphone and hear its responses with a voice.

This extension uses speech recognition and text-to-speech technologies from Google Chrome, and supports all major languages. 

To use it, you need to open the ChatGPT home page, Holding "Hold to Talk" button to talk, release the button to send. Also, you can cancel and edit if you want to.


Please note: Voice-to-ChatGPT is inspired by Talk-to-ChatGPT and most souce code come from Voice-to-ChatGPT, thanks to Voice-to-ChatGPT.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Voice-to-ChatGPT Voice-to-ChatGPT
ID ljfaalmmbjiogndhkndfilcianhlbkbc
Επίσημο URL https://chromewebstore.google.com/detail/voice-to-chatgpt/ljfaalmmbjiogndhkndfilcianhlbkbc
Περιγραφή Enjoy chatting with ChatGPT using your voice.
Μέγεθος Αρχείου 67.39 KB
Αριθμός Εγκαταστάσεων 752
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2023-03-21
Ημερομηνία Δημοσίευσης 2023-03-09
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής baoblackcoal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice-to-ChatGPT",
    "version": "2.0.0",
    "permissions": [],
    "description": "Enjoy chatting with ChatGPT using your voice.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Voice-to-ChatGPT V2.0.0"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}