Talk & Write

A listening notepad

什麼是Talk & Write?

Talk & Write是由https://www.extendbrowser.com開發的Chrome擴展程式,該擴展的主要功能是“A listening notepad”。

擴展截圖

screenshot

下載Talk & Write擴展crx文件

下載Talk & Write擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "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.                    

擴展基本資訊

名稱 Talk & Write Talk & Write
ID aoccbmdngdnaepdoonchccpgloegkhid
官方網址 https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid
簡介 A listening notepad
檔案大小 41.23 KB
安裝次數 10,000
目前版本 1.0.1
更新時間 2023-08-29
上架時間 2020-02-11
評分 4.44/5 共 39 次評分
開發者 https://www.extendbrowser.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.extendbrowser.com/talkandwrite.html
隱私政策頁面URL https://www.extendbrowser.com/privacy_policy.html
支援的語言 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\/*"
    ]
}