DeepL Translator for CTE

DeepL Translator for CTE

Translate Cloud Translation Environment collections using the DeepL Pro API. This extension is not affiliated with DeepL or Lionbridge Inc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DeepL Translator for CTE",
  "version": "0.9.4resigned1",
  "manifest_version": 2,
  "description": "Translate Cloud Translation Environment collections using the DeepL Pro API.\n\nThis extension is not affiliated with DeepL or Lionbridge Inc.",
  "homepage_url": "https://www.jublo.net/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "options_ui": {
    "page": "src/options/options.html"
  },
  "permissions": [
    "storage",
    "https://cte.translationworkspace.com/*",
    "https://www.deepl.com/*",
    "https://api.deepl.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://cte.translationworkspace.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}