Export-leo - LinguaLeo dictionary export

Export-leo - LinguaLeo dictionary export

Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Export-leo - LinguaLeo dictionary export",
  "short_name": "Export-leo",
  "description": "Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.",
  "version": "1.2",
  "browser_action": {
    "default_title": "Exporting dictionary from Lingualeo to a CSV file"
  },
  "author": "Dmytro Bazas <[email protected]>",
  "icons": {
    "128": "export-leo-128.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://lingualeo.com/ru/userdict/*",
        "http://lingualeo.com/ru/glossary/learn/*",
        "https://lingualeo.com/ru/userdict/*",
        "https://lingualeo.com/ru/glossary/learn/*"
      ],
      "js": [
        "js/lib/jquery-2.1.4.min.js",
        "js/injection.js"
      ]
    }
  ]
}