Cambridge Learner's Dictionary Firefox

Examine source code of Cambridge Learner's Dictionary

By: FoxQR
Inspect and view changes in Cambridge Learner's Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cambridge Learner's Dictionary",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "A simple script to look up Cambridge Learner's English Dictionary online. This is a fork of Vin's Cambridge Dictionary add-on. Uses the Learner's Dictionary.",
  "icons": {
    "128": "icon.svg"
  },
  "browser_action": {
    "default_icon": "icon.svg"
  },
  "background": {
    "scripts": [
      "cambridge_dict.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://dictionary.cambridge.org/dictionary/english/*",
        "https://dictionary.cambridge.org/spellcheck/english/*",
        "https://dictionary.cambridge.org/dictionary/learner-english/*",
        "https://dictionary.cambridge.org/spellcheck/learner-english/*"
      ],
      "js": [
        "adhide.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "author": "FoxQR",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bce8c1e1-1102-452a-92fe-5633796b4f7d}"
    }
  }
}

Best Cambridge Learner's Dictionary Alternatives

Here are some Firefox add-ons that are similar to Cambridge Learner's Dictionary: