Cambridge Dictionary Lookup Firefox

Examine source code of Cambridge Dictionary Lookup

By: Tunswi
Inspect and view changes in Cambridge Dictionary Lookup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cambridge Dictionary Lookup",
  "version": "1.3",
  "manifest_version": 2,
  "description": "A simple script that allows users to quickly look up words in the Cambridge English Dictionary online with ease",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "cambridge_dict.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://dictionary.cambridge.org/dictionary/english/*",
        "https://dictionary.cambridge.org/spellcheck/english/*"
      ],
      "js": [
        "adhide.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "author": "Vin",
  "browser_specific_settings": {
    "gecko": {
      "id": "{48979b0f-2334-4d13-9253-81de35ec75ad}"
    }
  }
}

Best Cambridge Dictionary Lookup Alternatives

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