Speech to Text

Speech recognizer application to keep it as text.

Speech to Textคืออะไร?

Speech to Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tand826 และคุณลักษณะหลักของมันคือ "Speech recognizer application to keep it as text."

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

screenshot

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

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

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

                        Speech recognizer extension. Just record your voice and keep them as text in the history.
You can copy the histories with a single click, or ctrl(alt/option)+click for multiple histories.

[ Updated v2.1 ]
> added locales

[ Updated v2.0 ]
> added a setting to keep recording until it is manually stopped
> added a button to delete all the recorded histories
> added a feature to copy multiple histories by clicking with ctrl / alt / option key
> history can store up to 10 records                    

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

ชื่อ Speech to Text Speech to Text
ID icgocicggifobehhjlekfcfmkmgnhoik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik
คำอธิบาย Speech recognizer application to keep it as text.
ขนาดไฟล์ 677 KB
จำนวนการติดตั้ง 3,620
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2022-02-16
วันที่เผยแพร่ 2020-03-24
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tand826
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tand826.github.io/speech_to_text_homepage/
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Takumi Ando",
    "name": "Speech to Text",
    "description": "Speech recognizer application to keep it as text.",
    "version": "2.1",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/tand826\/speech2text",
    "default_locale": "en"
}