Pop-Up Dictionary Firefox

Examine source code of Pop-Up Dictionary

By: R Leung
Inspect and view changes in Pop-Up Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pop-Up Dictionary",
  "version": "4.2.4resigned1",
  "description": "Pop-Up Dictionary on selected word",
  "icons": {
    "48": "icons/bookicon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/popupdict-common.js",
        "content/popupdict-content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/popupdict-db.js",
      "background/popupdict-background.js"
    ]
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "popupdict@rickyexample.org"
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "48": "icons/button-48d.png"
    },
    "default_title": "Pop-Up Dictionary",
    "default_popup": "popup/popup.html"
  }
}

Best Pop-Up Dictionary Alternatives

Here are some Firefox add-ons that are similar to Pop-Up Dictionary: