Translight - Translation Over The Web Firefox

Examine source code of Translight - Translation Over The Web

By: Cudiph
Inspect and view changes in Translight - Translation Over The Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "__MSG_shortName__",
  "version": "2.0.0",
  "author": "Cudiph",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "48": "images/translight-48.png",
    "64": "images/translight-64.png",
    "96": "images/translight-96.png",
    "128": "images/translight-128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "global.css",
        "content.css",
        "content-script.css"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": {
      "48": "images/translight-48.png",
      "64": "images/translight-64.png",
      "96": "images/translight-96.png",
      "128": "images/translight-128.png"
    },
    "default_title": "Translight",
    "default_popup": "src/popup/main.html"
  },
  "options_ui": {
    "page": "src/options/main.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "translight@ordinarygamers"
    }
  },
  "page_action": {
    "default_icon": {
      "48": "images/translight-48.png",
      "64": "images/translight-64.png",
      "96": "images/translight-96.png",
      "128": "images/translight-128.png"
    },
    "default_title": "Translate this page",
    "show_matches": [
      "https://*/*",
      "http://*/*"
    ],
    "hide_matches": [
      "https://*.google.com/*",
      "https://*.translate.goog/*"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+C"
      },
      "description": "__MSG_openTranslator__"
    },
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+Shift+W"
      },
      "description": "__MSG_translateThisPage__"
    },
    "activation-switch": {
      "description": "__MSG_activationSwitch__"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  }
}

Best Translight - Translation Over The Web Alternatives

Here are some Firefox add-ons that are similar to Translight - Translation Over The Web: