Gemini Translate Web Pages Firefox

Examine source code of Gemini Translate Web Pages

Inspect and view changes in Gemini Translate Web Pages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gemini Translate",
  "version": "1.15.32",
  "author": "bored person <haihoa010@gmail.com>",
  "description": "Translate selected text, regions, and full pages via Gemini.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "https://generativelanguage.googleapis.com/*",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Gemini Translate",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f5a2f1d2-c07e-4f2f-9d04-8de0a960f3b7}",
      "strict_min_version": "115.0"
    }
  },
  "optional_permissions": [
    "activeTab",
    "tabs"
  ],
  "commands": {
    "translate_region": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Translate region (crop)"
    }
  }
}

Best Gemini Translate Web Pages Alternatives

Here are some Firefox add-ons that are similar to Gemini Translate Web Pages: