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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WhisperAI - AI driven Speech-to-text 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}