Translate and Text to Speech (TTS)

Translate and Text to Speech (TTS)

It helps translate texts, convert text to speech and download audios in many languages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Translate and Text to Speech (TTS)",
  "short_name": "Select and translate, convert text to speech and download audios of texts",
  "description": "It helps translate texts, convert text to speech and download audios in many languages",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "https://*.freetranslations.org/*"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}