Language Learning Assistant Firefox

Examine source code of Language Learning Assistant

Inspect and view changes in Language Learning Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Language Learning Assistant",
  "version": "1.0",
  "description": "Offers vocabulary and grammar exercises for language learners based on the content of the current webpage.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{73332f96-1f68-4e0d-b3c6-92756ccf30bf}"
    }
  }
}

Mejores alternativas Language Learning Assistant

Aquí hay algunas Firefox add-ons que son similares a Language Learning Assistant: