Quick Define — Popup Dictionary Firefox

Examine source code of Quick Define — Popup Dictionary

By: Luke Add-on
Inspect and view changes in Quick Define — Popup Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Define",
  "version": "1.0",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "https://api.dictionaryapi.dev/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{38471f53-489c-49a5-8ea7-8199a407746a}"
    }
  }
}

Best Quick Define — Popup Dictionary Alternatives

Here are some Firefox add-ons that are similar to Quick Define — Popup Dictionary: