Voice to Text

Voice to Text

SpeechTexter - Type with your voice. Online voice recognition. Simple and fast.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "SpeechTexter",
  "description": "__MSG_appDesc__",
  "version": "3.4",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.speechtexter.com/"
    ],
    "launch": {
      "web_url": "https://www.speechtexter.com/"
    }
  }
}