WhisperAI - AI driven Speech-to-text

An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.

Τι είναι το WhisperAI - AI driven Speech-to-text;

Το WhisperAI - AI driven Speech-to-text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον whisperaidev, και η κύρια λειτουργία του είναι "An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WhisperAI - AI driven Speech-to-text

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

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

                        Transform the way you browse with Whisper AI Speech-to-text 🌐. Our cutting-edge Chrome extension, powered by OpenAI's Whisper API, effortlessly converts your speech into text on any website. Just click the microphone icon 🎤 next to any text field and start speaking. Whether it's emails, forms, or chats, Whisper AI chrome extension accurately transcribes your words in real-time, making web interaction fast and convenient.

Ideal for those who prefer speaking over typing or need typing assistance, Whisper AI enhances productivity and web accessibility 🚀. Embrace the simplicity of voice typing and revolutionize your online experience with Whisper AI.                    

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

Όνομα WhisperAI - AI driven Speech-to-text WhisperAI - AI driven Speech-to-text
ID klhcnkknganbneegjihbcfjoifiomhfn
Επίσημο URL https://chromewebstore.google.com/detail/whisperai-ai-driven-speec/klhcnkknganbneegjihbcfjoifiomhfn
Περιγραφή An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.
Μέγεθος Αρχείου 3.07 MB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2023-12-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής whisperaidev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.whipser.xyz/
URL της Σελίδας Πολιτικής Απορρήτου https://whipser.xyz/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhisperAI - AI driven Speech-to-text",
    "version": "1.0.1",
    "description": "An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.",
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "offscreen"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "oauth2": {
        "client_id": "999492254133-rhihvl6hiqm9pi07khv7ui831hpo790g.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17090551112.chunk.css"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/mp4\/*.mp4",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}