Traducir con DeepL

Traducir con DeepL

Agrega la opción traducir el texto seleccionado con DeepL en el menú contextual

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Traducir con DeepL",
  "description": "Agrega la opción traducir el texto seleccionado con DeepL en el menú contextual",
  "icons": {
    "48": "icon/deepL.png"
  },
  "version": "1.0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}