Speech to Text

Speech recognizer application to keep it as text.

什麼是Speech to Text?

Speech to Text是由tand826開發的Chrome擴展程式,該擴展的主要功能是“Speech recognizer application to keep it as text.”。

擴展截圖

screenshot

下載Speech to Text擴展crx文件

下載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
官方網址 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"
}