Cambridge Dictionary Enhanced Firefox

Examine source code of Cambridge Dictionary Enhanced

Inspect and view changes in Cambridge Dictionary Enhanced source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cambridge Dictionary Enhanced",
  "version": "1.0",
  "description": "Look up words on Cambridge Dictionary without leaving the page",
  "permissions": [
    "storage",
    "contextMenus",
    "scripting"
  ],
  "background": {
    "scripts": [
      "sources/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sources/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "sources/popup.html"
  },
  "commands": {
    "look_up_word": {
      "suggested_key": {
        "default": "Ctrl+Alt+D",
        "linux": "Ctrl+Alt+D",
        "mac": "MacCtrl+Shift+D"
      },
      "description": "Look up selected word"
    }
  },
  "icons": {
    "48": "sources/icon/48.png",
    "64": "sources/icon/64.png",
    "128": "sources/icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{95aebbda-415f-46b1-b6ff-5000e48f015b}"
    }
  }
}

Best Cambridge Dictionary Enhanced Alternatives

Here are some Firefox add-ons that are similar to Cambridge Dictionary Enhanced: