Lingoes Text Capture Extension

Lingoes Text Capture Extension

Support Lingoes to capturing text and translate it in your browser, Use this extension you need to install Lingoes Translator from lingoes.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "lingoes_firefox.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "http://www.lingoes.net/",
  "icons": {
    "16": "icons/lingoes16.png",
    "32": "icons/lingoes32.png",
    "48": "icons/lingoes48.png",
    "64": "icons/lingoes64.png",
    "128": "icons/lingoes128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "permissions": [
    "<all_urls>",
    "nativeMessaging"
  ],
  "short_name": "LingoesTCE",
  "author": "Kevin Chiu",
  "version": "3.3resigned1"
}