qWiki Firefox

Examine source code of qWiki

제작자: Daniel Wienzek
Inspect and view changes in qWiki source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.0.11",
  "browser_specific_settings": {
    "gecko": {
      "id": "qwiki@online.de"
    }
  },
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "developer": {
    "name": "Daniel Wienzek",
    "url": "https://github.com/dawigit/qwiki"
  },
  "icons": {
    "128": "icons/quickwiki.png"
  },
  "permissions": [
    "activeTab",
    "*://*.wikipedia.org/*",
    "*://*.wiktionary.org/*",
    "*://*.wikimedia.org/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-search": {
      "suggested_key": {
        "default": "Alt+W",
        "linux": "Alt+W"
      },
      "description": "Toggle qWiki Search"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://fritz.box/*"
      ],
      "js": [
        "content_scripts/quickwiki.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    "flags/*.png"
  ]
}

최고의 qWiki 대안

다음은 qWiki과(와) 유사한 Firefox add-on입니다: