Word Picker Firefox

Examine source code of Word Picker

By: surfish
Inspect and view changes in Word Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Picker",
  "version": "1.0",
  "description": "Shows the meaning of a selected word.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "word-picker@gemini.google.com"
    }
  },
  "web_accessible_resources": [
    "ecdict.csv"
  ]
}

Best Word Picker Alternatives

Here are some Firefox add-ons that are similar to Word Picker: