Anki Dictionary Firefox

Examine source code of Anki Dictionary

Inspect and view changes in Anki Dictionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Anki Dictionary",
  "description": "Look up words instantly and save them as Anki flashcards, 100x faster than manual entry. Any language, auto-detected.",
  "version": "2.3.1",
  "short_name": "Anki Dictionary",
  "icons": {
    "48": "icon/48.png",
    "64": "icon/64.png",
    "96": "icon/96.png",
    "128": "icon/128.png",
    "196": "icon/196.png"
  },
  "permissions": [
    "contextMenus",
    "identity",
    "tabs",
    "storage",
    "https://*.supabase.co/*",
    "https://wordwise.me/*",
    "https://dictionary.cambridge.org/*",
    "https://www.google-analytics.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Anki Dictionary by Wordwise",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/lookup.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a15e89cd-c268-4067-a734-65b8e10595ef}"
    }
  }
}

Best Anki Dictionary Alternatives

Here are some Firefox add-ons that are similar to Anki Dictionary: