A fast dictionary tool Firefox

Examine source code of A fast dictionary tool

Inspect and view changes in A fast dictionary tool 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": "Quickly look up word definitions from the popup or by right-clicking selected text.",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Dictionary Anywhere",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "dictionary-anywhere@example.com"
    }
  }
}

Best A fast dictionary tool Alternatives

Here are some Firefox add-ons that are similar to A fast dictionary tool: