stupid LLM input focus Firefox

Examine source code of stupid LLM input focus

By: xshady
Inspect and view changes in stupid LLM input focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LLM input focus",
  "version": "1.0",
  "description": "Focuses the input on any LLM chat using alt + Q",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "focus-input": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "Focus input"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "llm-chat-input-focus@dwdawdkawd.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    }
  }
}

Best stupid LLM input focus Alternatives

Here are some Firefox add-ons that are similar to stupid LLM input focus: