The Cambridge Dictionary Firefox

Examine source code of The Cambridge Dictionary

Inspect and view changes in The Cambridge Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "The Cambridge Dictionary",
  "description": "searching word in Cambridge dictionary",
  "version": "0.0.2",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "dictionary-extension@Arikato111"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best The Cambridge Dictionary Alternatives

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