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",
  "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": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "https://www.google.com/"
  ],
  "version": "2.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d2203ef5-993b-4f4f-9d9b-3483b1406e18}"
    }
  }
}

Melhores alternativas Double Click Dictionary

Aqui estão algumas Firefox add-ons que são similares a Double Click Dictionary: