SpeechText.AI: Record, Capture & Transcribe

SpeechText.AI: Record, Capture & Transcribe

Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SpeechText.AI: Record, Capture & Transcribe",
  "description": "Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy.",
  "version": "1.0.3",
  "permissions": [
    "tabs",
    "tabCapture",
    "downloads",
    "storage"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "SpeechText.AI"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "worker.js"
    ],
    "persistent": true
  }
}