Dictionary Plus Firefox

Examine source code of Dictionary Plus

Inspect and view changes in Dictionary Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "5.9.1",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/bhch/dictionary-plus",
  "icons": {
    "48": "icons/dictionary-plus-48.png",
    "96": "icons/dictionary-plus-96.png",
    "128": "icons/dictionary-plus-128.png",
    "256": "icons/dictionary-plus-256.png",
    "512": "icons/dictionary-plus-512.png"
  },
  "permissions": [
    "menus",
    "storage",
    "unlimitedStorage",
    "https://www.google.com/",
    "https://uk.search.yahoo.com/",
    "https://search.yahoo.com/"
  ],
  "background": {
    "scripts": [
      "background_scripts/menus.js",
      "background_scripts/actions.js",
      "background_scripts/fetch-definition.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/dictionary-plus.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/dictionary-plus-48.png"
    },
    "default_title": "__MSG_actionBtnTitle__"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ec3ec447-b304-4c51-b613-51881a39a97b}"
    }
  }
}

Meilleures alternatives Dictionary Plus

Voici quelques Firefox add-ons qui sont similaires à Dictionary Plus :