SpeakMagic - Speech to Text

Transcribe, edit, and format speech easily in the browser using the power of machine learning!

SpeakMagic - Speech to Textคืออะไร?

SpeakMagic - Speech to Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย filtr.pub และคุณลักษณะหลักของมันคือ "Transcribe, edit, and format speech easily in the browser using the power of machine learning!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeakMagic - Speech to Text

ดาวน์โหลดไฟล์ส่วนขยาย SpeakMagic - Speech to Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The easiest way to talk to your computer! 🎉 

SpeakMagic turns your speech into text instantly. Just tap on the extension, hit the record button, and start talking! 🎤 

We've designed this with the craftsmanship of a 5th century artisan. Think of Siri on steroids. SpeakMagic is 10x better. 😤

Here's why:

⭐ 1. Magical speech-to-text transcription ⭐
Our tool has been battle-tested for medical transcription and physiotherapy clinics. If we can handle words like soleus, gastrocnemius, and palpation - we're confident that we can handle anything you'll throw at it. 

⭐ 2. Custom commands ⭐ 
The biggest barrier in traditional speech-to-text tools is manually formatting the output. No more. Add custom commands - SpeakMagic then "listens" for those commands and acts accordingly. New lines. Punctuation. Emojis. Anything is possible.

⭐ 3. Undo for speech ⭐
Don't you hate it when Siri mistakes "Call Mo's Pizza" for "Fall ghost eater"? Same. That's why we added the undo button for speech. Simple - but effective.

⭐ 4. Easy copy ⭐ 
SpeakMagic works where you need it! Use the tool, and easily copy the output to take with you. Formatting is preserved :)

We have a lot more planned ahead - but we're excited to hear your feedback! Give us a shout at info@filtr.pub with your thoughts and suggestions.

(AI) God speed 🚀                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpeakMagic - Speech to Text SpeakMagic - Speech to Text
ID mdbcpndkogmknkhdbbdghnebegdeehfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speakmagic-speech-to-text/mdbcpndkogmknkhdbbdghnebegdeehfm
คำอธิบาย Transcribe, edit, and format speech easily in the browser using the power of machine learning!
ขนาดไฟล์ 1.96 MB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-04-04
วันที่เผยแพร่ 2021-04-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา filtr.pub
อีเมล info@filtr.pub
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeakMagic - Speech to Text",
    "description": "Transcribe, edit, and format speech easily in the browser using the power of machine learning!",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-1BcidhP92Qb+4\/aBgqoDAI1Ma3vqFWXSar20uVhwZWI='; object-src 'self'",
    "background": {
        "scripts": [
            "request-mic.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}