Wiktionary Popup Firefox

Examine source code of Wiktionary Popup

Inspect and view changes in Wiktionary Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Wiktionary Popup",
  "description": "Allows access to Wiktionary by selecting words. ",
  "version": "1.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "main.css",
        "frame.css"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png",
      "64": "icons/icon64.png"
    },
    "default_title": "Configure Wiktionary popup",
    "default_popup": "config.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://*/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "wiktionarypopup2@id.id"
    }
  },
  "web_accessible_resources": [
    "load.gif"
  ]
}

Best Wiktionary Popup Alternatives

Here are some Firefox add-ons that are similar to Wiktionary Popup: