Gemini Enter Key Controller (with Japanese IME Fix Firefox

Examine source code of Gemini Enter Key Controller (with Japanese IME Fix

Inspect and view changes in Gemini Enter Key Controller (with Japanese IME Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "default_locale": "ja",
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "GeminiEnterKeyController@shinsanworks.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/gemini.js"
      ]
    }
  ]
}

Best Gemini Enter Key Controller (with Japanese IME Fix Alternatives

Here are some Firefox add-ons that are similar to Gemini Enter Key Controller (with Japanese IME Fix: