Vortmaro reading assistant Firefox

Examine source code of Vortmaro reading assistant

Inspect and view changes in Vortmaro reading assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "default_locale": "en",
  "name": "Vortmaro text reading assistant",
  "description": "A tool to lookup words and add them to a list of words to memorise",
  "version": "0.1.0",
  "permissions": [
    "activeTab",
    "contextMenus",
    "*://vortmaro.org/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "*://developer.mozilla.org/*"
      ],
      "matches": [
        "*://*/*"
      ],
      "js": [
        "components/declensionCruncher.js",
        "components/audio.js",
        "components/file.js",
        "components/dictionaries.js",
        "view-page.js"
      ],
      "css": [
        "word-definition.css",
        "page-modifications.css"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ce9910f-7407-4fd5-ab96-afe6454cad88}"
    }
  }
}

Best Vortmaro reading assistant Alternatives

Here are some Firefox add-ons that are similar to Vortmaro reading assistant: