Voice To Text Notes App

Typing with your voice and speech recognition with Simple notepad !

Voice To Text Notes Appคืออะไร?

Voice To Text Notes App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TecGet Group และคุณลักษณะหลักของมันคือ "Typing with your voice and speech recognition with Simple notepad !"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice To Text Notes App

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

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

                        Create a new note by typing or using voice recognition !
Take notes even when you don't feel like typing! Just speak your note, and it will be saved as text. This notepad app was designed to quickly jot down your ideas, with minimal hassle. And it makes it easy to keep those ideas organized.
Features:

* Hands-free speech recognition at the press of a single button.

* Searchable. Notes are indexed for fast searching.

* Share notes with SMS, email, Twitter, and any other app that accepts plain text.

* Quickly add notes. If you have a slide out keyboard, just slide it out and start typing.

* Accepts plain text from other apps that share.

* Deleted notes are moved to the trash so you have a chance to restore them.

Added Features:

* Full Screen and popup screen text editors.
* Carriage Return. You can say Carriage Return to simulate pressing the Enter key.
* Category Sharing. You can share/export an entire category of notes.
* Light and Dark Themes.
Popular uses:
* Quick and easy note taking with speech to text. Your voice is "recorded" as text. Does not function as an actual voice recorder though.
* Text editor. You can use Voice To Text  Notes App as a classic note pad, but with more speech-to-text functionality.
* Shopping list. Great when you want to quickly make note of something you'll need at the grocery store.
* Simple note-taking. Many people prefer a notepad app that doesn't require you to make an account and upload all of your notes to a server. There is no account necessary with Voice To text Notes App. All of your notes are stored on your own device.
* Dictation software. You can transcribe your thoughts quickly and easily. You can then edit the result like you would with any note-taking app. When you're editing the notes in the text view, you can insert speech anywhere in the text, and even undo the last speech input if it didn't turn out right.                    

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

ชื่อ Voice To Text Notes App Voice To Text Notes App
ID gmhndndomhenakopchancencmdeblnda
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/voice-to-text-notes-app/gmhndndomhenakopchancencmdeblnda
คำอธิบาย Typing with your voice and speech recognition with Simple notepad !
ขนาดไฟล์ 35.97 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2019-08-28
วันที่เผยแพร่ 2019-08-28
คะแนน 3.29/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา TecGet Group
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "poehali.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/voicenote_16.png"
    },
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/voicenote_16.png",
        "32": "images\/voicenote_32.png",
        "48": "images\/voicenote_48.png",
        "64": "images\/voicenote_64.png",
        "128": "images\/voicenote_128.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "permissions": [
        "unlimited_storage",
        "https:\/\/google.com\/",
        "https:\/\/thatistalker.blogspot.com\/p\/voice-to-text-notes-app_14.html"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7"
}