Fix Claude's Enter Key Firefox

Examine source code of Fix Claude's Enter Key

Inspect and view changes in Fix Claude's Enter Key source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fix Claude's Enter Key",
  "description": "Replaces Enter with Shift+Enter on claude.ai, so that Enter produces a new line",
  "version": "1.1",
  "browser-action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Fix Claude's Enter Key"
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.claude.ai/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{20a391c6-1cc7-44d6-8c54-a5b69a9d93f3}"
    }
  }
}

Best Fix Claude's Enter Key Alternatives

Here are some Firefox add-ons that are similar to Fix Claude's Enter Key: