lazytranslator Firefox

Examine source code of lazytranslator

By: tempe
Inspect and view changes in lazytranslator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LazyTranslator",
  "description": "translate & lookup dictionary easily of selected texts",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "LazyTranslator"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/content-script.css"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "version": "1.6.2",
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{af7ee2cb-b326-4a50-bdec-5558a805586d}"
    }
  }
}

Best lazytranslator Alternatives

Here are some Firefox add-ons that are similar to lazytranslator: