Double Click Dictionary Firefox

Examine source code of Double Click Dictionary

Inspect and view changes in Double Click Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/dbl-click-dict",
  "manifest_version": 2,
  "name": "Double Click Dictionary",
  "browser_action": {
    "default_area": "navbar",
    "default_popup": "options.html"
  },
  "description": "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.",
  "icons": {
    "512": "icon.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "hammer.js",
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "menus",
    "storage",
    "https://www.google.com/"
  ],
  "version": "2.2.16",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d2203ef5-993b-4f4f-9d9b-3483b1406e18}"
    }
  }
}

Best Double Click Dictionary Alternatives

Here are some Firefox add-ons that are similar to Double Click Dictionary: