WordWise Explorer Firefox

Examine source code of WordWise Explorer

By: 99OK
Inspect and view changes in WordWise Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WordWise Explorer",
  "version": "1.0",
  "description": "Quick word definitions on double-click with advanced language learning features",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "WordWise Explorer",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d57d560c-3670-4e69-b4ab-037dcd0c1956}"
    }
  }
}

Best WordWise Explorer Alternatives

Here are some Firefox add-ons that are similar to WordWise Explorer: