definitions anywhere Firefox

Examine source code of definitions anywhere

Inspect and view changes in definitions anywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dictionary Anywhere",
  "version": "1.0.0",
  "description": "Look up word definitions anywhere — via context menu, popup search, or a floating panel on the page.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Dictionary Anywhere",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{71dbfc43-5869-46d7-bd89-4fd6e13a9f42}"
    }
  }
}

Best definitions anywhere Alternatives

Here are some Firefox add-ons that are similar to definitions anywhere: