Dictionary, Translation & Text-to-Speech Firefox

Examine source code of Dictionary, Translation & Text-to-Speech

Inspect and view changes in Dictionary, Translation & Text-to-Speech source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "__MSG_extDescription__",
  "author": "",
  "homepage_url": "https://gitlab.com/_korpus_/korpus",
  "applications": {
    "gecko": {
      "id": "___KORPUS@mira___",
      "strict_min_version": "57.0"
    }
  },
  "default_locale": "en",
  "icons": {
    "32": "icons/korpus_32.png",
    "48": "icons/korpus_48.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "icons/*"
  ],
  "background": {
    "scripts": [
      "src/background/background.js",
      "src/background/forgeURLs.js",
      "lib/guessLanguage.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/korpus_32.png",
    "default_popup": "src/ui/browser_action.html",
    "default_title": "KORPUS"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content_scripts/main/inject.js",
        "src/content_scripts/main/top.js",
        "src/content_scripts/main/wrapper.js"
      ],
      "css": [
        "src/content_scripts/main/main.css"
      ],
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content_scripts/iframe/render.js"
      ],
      "css": [
        "src/content_scripts/iframe/reset.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "2019.11.19"
}

Best Dictionary, Translation & Text-to-Speech Alternatives

Here are some Firefox add-ons that are similar to Dictionary, Translation & Text-to-Speech: