Translator and Text to Speech (TTS)

Translator and Text to Speech (TTS)

It helps translate words or sentences and convert text to speech (TTS) with a download option.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Translator and Text to Speech (TTS)",
  "short_name": "Text Translator, Voice Translator and Text to Speech (TTS) by FreeTranslations.Org",
  "description": "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio",
  "version": "1.7",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "https://*.freetranslations.org/*"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  }
}