JellyTranslator

JellyTranslator

Just by switching tabs, you can compare the translation results of Microsoft, Google and Yandex. It supports more than 40 languages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "app": {
    "launch": {
      "web_url": "http://translate.fuwhatsoft.com"
    }
  },
  "icons": {
    "128": "res/icon128x128.png"
  }
}