Dictionary and Translator Firefox

Examine source code of Dictionary and Translator

By: Dr0nn1
Inspect and view changes in Dictionary and Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Double Click Dictionary",
  "version": "1.1.2",
  "description": "Translates or gets the definition of a double-clicked word using google API. Works like Google Dictionary (by Google) extension in chrome.",
  "permissions": [
    "*://*.googleapis.com/*",
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "src/options/options.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Double Click Define or Translator"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "petter.dronnen@outlook.com"
    }
  }
}

Best Dictionary and Translator Alternatives

Here are some Firefox add-ons that are similar to Dictionary and Translator: