Voice Typing for ChatGPT
A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com
Τι είναι το Voice Typing for ChatGPT;
Το Voice Typing for ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον a.a.diakiv, και η κύρια λειτουργία του είναι "A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Voice Typing for ChatGPT
Λήψη αρχείων επέκτασης Voice Typing for ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Title: Voice Typing for chatGPT Description: "Voice Typing for chatGPT" is an intuitive and convenient browser extension that allows users to input text using their voice on the website chat.openai.com. The extension recognizes Russian, English, and Spanish speech, ensuring comfortable communication with chatbots and simplifying interactions with the service. Main features: Voice input of text on the chat.openai.com website Recognition of English, Russian, Spanish and French speech Simple and clear interface Fast switching between supported languages Extension window remains on top of all windows for convenient use How to use: Install the "Voice Typing for chatGPT" extension from the Chrome Web Store. Visit chat.openai.com. Click on the extension icon in the browser toolbar. In the pop-up window, select the language you want to speak (Russian, English, French, or Spanish). Click the SAVE & START button. A microphone with a flag indicating the language to be recognized will appear below the chatGPT text field. Click on the microphone and start speaking. To switch languages, click on the app button, select a new language, and click SAVE & START. The extension will automatically input the recognized text into the input field on the chat.openai.com website. To quickly invoke the function, press Shift+Alt+Y "Voice Typing for chatGPT" is designed to simplify the use of the OpenAI service and increase the efficiency of communication with chatbots. Enjoy seamless voice input and efficient communication with this convenient extension!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Voice Typing for ChatGPT |
ID | daocapifjfgpmfkbfkokemddlfnmnkae |
Επίσημο URL | https://chromewebstore.google.com/detail/voice-typing-for-chatgpt/daocapifjfgpmfkbfkokemddlfnmnkae |
Περιγραφή | A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com |
Μέγεθος Αρχείου | 54.41 KB |
Αριθμός Εγκαταστάσεων | 83 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2023-04-18 |
Ημερομηνία Δημοσίευσης | 2023-04-04 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | a.a.diakiv |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Voice Typing for ChatGPT", "version": "1.2.1", "description": "A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "activeTab" ], "action": { "default_icon": { "48": "icon_48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } } |