Quick Translate & Learn Firefox

Examine source code of Quick Translate & Learn

Inspect and view changes in Quick Translate & Learn source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Translate & Learn",
  "version": "1.0.1",
  "description": "Translates selected text using Google Translate and saves words for Quizlet.",
  "permissions": [
    "storage",
    "*://translate.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1a04c842-6ec0-434b-8f44-f88087a4b8f1}"
    }
  }
}

Best Quick Translate & Learn Alternatives

Here are some Firefox add-ons that are similar to Quick Translate & Learn: