Advanced Dictionary Lookup Firefox

Examine source code of Advanced Dictionary Lookup

Inspect and view changes in Advanced Dictionary Lookup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Advanced Dictionary Lookup",
  "version": "1.0",
  "description": "Look up definitions for selected words on web pages and more.",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "https://api.dictionaryapi.dev/api/v2/entries/en/*"
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{305dd6d2-d09c-4f6e-bf06-3d61f7f36556}"
    }
  }
}

Best Advanced Dictionary Lookup Alternatives

Here are some Firefox add-ons that are similar to Advanced Dictionary Lookup: