The Easy Translator

The Easy Translator

The very easy in use translator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.7.0.0",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "icon128_v4.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "script.js",
    "type": "module"
  },
  "commands": {
    "translate": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "__MSG_extShortcutDescription__"
    }
  },
  "permissions": [
    "contextMenus",
    "system.display",
    "storage",
    "scripting",
    "activeTab"
  ]
}