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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में WhisperAI - AI driven Speech-to-text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}