Yet another dictionary look up and text translator Firefox

Examine source code of Yet another dictionary look up and text translator

Inspect and view changes in Yet another dictionary look up and text translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "yadatta",
  "short_name": "yadatta",
  "version": "2.0transfer7",
  "author": "dlw@mcprv",
  "description": "Yet another dictionary look up and text translator add-on",
  "icons": {
    "64": "lib/dict.png"
  },
  "applications": {
    "gecko": {
      "id": "@yadatta"
    }
  },
  "permissions": [
    "menus",
    "management"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "64": "lib/dict.png"
    },
    "browser_style": true,
    "default_title": "yadatta",
    "default_popup": "options.html"
  },
  "page_action": {
    "default_icon": {
      "64": "lib/dict.png"
    },
    "browser_style": true,
    "default_title": "yadatta",
    "default_popup": "options.html",
    "show_matches": [
      "<all_urls>"
    ]
  },
  "sidebar_action": {
    "default_icon": "lib/dict.png",
    "default_title": "yadatta",
    "default_panel": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "lib/*.png",
    "lib/*.gif"
  ]
}

Best Yet another dictionary look up and text translator Alternatives

Here are some Firefox add-ons that are similar to Yet another dictionary look up and text translator: