Duolingo Language Learning Firefox

Examine source code of Duolingo Language Learning

Inspect and view changes in Duolingo Language Learning source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Duolingo Language Learning Extension",
  "version": "1.0.0",
  "description": "Quick helpers for Duolingo Web: quick links, vocab lookup, and lesson reminders.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Duolingo Helper",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f3fe818-38bf-4964-b342-80176aa86516}"
    }
  }
}

Best Duolingo Language Learning Alternatives

Here are some Firefox add-ons that are similar to Duolingo Language Learning: