Context menu for Google Translate

Context menu for Google Translate

Simple tool that enabled Google translate via context menu Fast and easy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extShortDesc__",
  "author": "Google translate +",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "2.0.20",
  "minimum_chrome_version": "88.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "300": "icons/icon300.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "alarms",
    "contextMenus",
    "declarativeNetRequest",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "incognito": "spanning",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}