wiki-serach Firefox

Examine source code of wiki-serach

Inspect and view changes in wiki-serach source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Ajith",
  "manifest_version": 2,
  "name": "Welcome Alert",
  "version": "1.1.0",
  "description": "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.",
  "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.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "https://en.wiktionary.org/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{00d5a611-6b71-4f40-8891-9dafcd566008}"
    }
  }
}

Best wiki-serach Alternatives

Here are some Firefox add-ons that are similar to wiki-serach: