LinguaLens: Multi-Language Dictionary Firefox

Examine source code of LinguaLens: Multi-Language Dictionary

Inspect and view changes in LinguaLens: Multi-Language Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinguaLens: Multi-Language Dictionary",
  "version": "1.0",
  "description": "Instant dictionary lookup for multiple languages with pronunciation, examples, and more.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "LinguaLens",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9bb2bd37-9547-4fe8-b406-cf54d00941f7}"
    }
  }
}

Mejores alternativas LinguaLens: Multi-Language Dictionary

Aquí hay algunas Firefox add-ons que son similares a LinguaLens: Multi-Language Dictionary: