Lexicon (Instant Dictionary) Firefox

Examine source code of Lexicon (Instant Dictionary)

By: akvedi
Inspect and view changes in Lexicon (Instant Dictionary) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "akvedi",
  "manifest_version": 2,
  "name": "Lexicon",
  "version": "1.7.0",
  "description": "Quickly Define Words While You Browse By Just Double Clicking On The Word",
  "icons": {
    "48": "icons/lexicon128.png",
    "64": "icons/lexicon128.png",
    "96": "icons/lexicon128.png",
    "128": "icons/lexicon128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "common/browser-polyfill.js",
        "content_scripts/dictionary.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "common/browser-polyfill.js",
      "background/background-b.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "https://www.google.com/",
    "https://www.bing.com/",
    "contextMenus",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/lexicon128.png"
    },
    "browser_style": true,
    "default_popup": "inc/popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2f51f6b-a485-43dd-bebd-eb1ea3e9d9d2}"
    }
  }
}

Best Lexicon (Instant Dictionary) Alternatives

Here are some Firefox add-ons that are similar to Lexicon (Instant Dictionary):