Language Tools

Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Language Tools",
  "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.",
  "version": "1.1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Translate This Page"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "options_ui": {
    "page": "/options/options.html",
    "open_in_tab": true
  },
  "homepage_url": "https://browsernative.com/language-tools/"
}