Free Translate and  Text to Speech

Free Translate and Text to Speech

This extension helps you make free translation to English, listen to texts with their local accents and download them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Translate and  Text to Speech",
  "short_name": "Translate to English from over 50 languages, convert text to speech and download audios",
  "description": "This extension helps you make free translation to English, listen to texts with their local accents and download them.",
  "version": "1.3",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "https://*.translatedict.com/*"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  }
}