Talk & Write

A listening notepad

Apa itu Talk & Write?

Talk & Write adalah ekstensi Chrome yang dikembangkan oleh https://www.extendbrowser.com, dan fitur utamanya adalah "A listening notepad".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Talk & Write

Unduh file ekstensi Talk & Write dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        "TALK & WRITE" for Chrome browser.

Reduce typing time with this voice recognition extension.

Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like.

"Talk & Write" purpose is to digitize a text document by reading it, through a simple interface.

For better results, use a headset or an external microphone.

Powered by Google's Web Speech API.                    

Informasi Dasar Ekstensi

Nama Talk & Write Talk & Write
ID aoccbmdngdnaepdoonchccpgloegkhid
URL Resmi https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid
Deskripsi A listening notepad
Ukuran File 41.23 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-08-29
Tanggal Publikasi 2020-02-11
Penilaian 4.44/5 Total 39 Penilaian
Pengembang https://www.extendbrowser.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.extendbrowser.com/talkandwrite.html
URL Halaman Kebijakan Privasi https://www.extendbrowser.com/privacy_policy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talk & Write",
    "description": "A listening notepad",
    "icons": {
        "16": "speakingHead16.png",
        "32": "speakingHead32.png",
        "48": "speakingHead48.png",
        "128": "speakingHead128.png"
    },
    "version": "1.0.1",
    "author": "George Zotos",
    "action": {
        "default_icon": "speakingHead48.png",
        "default_title": "Talk & Write"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.extendbrowser.com\/*"
    ]
}