All-in-One Cambridge Dictionary Chrome

Examine source code of All-in-One Cambridge Dictionary

Inspect and view changes in All-in-One Cambridge Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "All-in-One Cambridge Dictionary",
  "description": "Instantly access 30+ Cambridge dictionaries on any website. Look up words via popup, right-click menu, hotkeys, or a floating icon.",
  "version": "1.1.0",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/img/16x16.png",
      "48": "/img/48x48.png",
      "128": "/img/128x128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "system.display"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "/img/16x16.png",
    "48": "/img/48x48.png",
    "128": "/img/128x128.png"
  },
  "commands": {
    "lookup-selection": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "Lookup selected word in Cambridge Dictionary"
    }
  }
}

Best All-in-One Cambridge Dictionary Alternatives

Here are some Chrome extensions that are similar to All-in-One Cambridge Dictionary: