谷歌翻译 Firefox

Examine source code of 谷歌翻译

Inspect and view changes in 谷歌翻译 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "js": [
        "code/languages.js",
        "code/selectiontranslatelookup.js",
        "code/selectiontranslateglossary.js",
        "code/selectiontranslatecontext.js",
        "code/google-cf-api.js",
        "code/selection-translate.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7dfe9480-6306-4a9d-869a-507879b09c25}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "92.0"
    }
  },
  "description": "View translations easily as you browse the web.",
  "default_locale": "en",
  "icons": {
    "128": "icons/icon.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "Translate",
  "name": "In Page Translate",
  "options_ui": {
    "page": "options.html"
  },
  "version": "1.5",
  "background": {
    "scripts": [
      "code/translate-background.js",
      "code/translate-inline-host.js"
    ]
  },
  "action": {
    "default_title": "Translate",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "declarativeNetRequest"
  ]
}

Best 谷歌翻译 Alternatives

Here are some Firefox add-ons that are similar to 谷歌翻译: