Weel Translate X Firefox

Examine source code of Weel Translate X

By: wallen
Inspect and view changes in Weel Translate X source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_SHORT_NAME__",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "version": "3.1.3",
  "homepage_url": "https://github.com/wallenweel/weel-translate",
  "developer": {
    "name": "Wallen Weel",
    "url": "https://github.com/wallenweel/weel-translate"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@weel-translate"
    }
  },
  "default_locale": "en",
  "icons": {
    "24": "img/icon.svg"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "24": "img/icon.svg"
    },
    "default_title": "Weel Translate X",
    "default_popup": "popup/main.html"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "clipboardRead",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "content/*",
    "css/*",
    "js/*",
    "img/*"
  ],
  "background": {
    "scripts": [
      "js/chunk-common.js",
      "js/chunk-vendors.js",
      "js/background/main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": false,
      "all_frames": false,
      "js": [
        "js/chunk-common.js",
        "js/chunk-vendors.js",
        "js/content/main.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Weel Translate X Alternatives

Here are some Firefox add-ons that are similar to Weel Translate X: