ChatGPT Hotkeys Firefox

Examine source code of ChatGPT Hotkeys

Inspect and view changes in ChatGPT Hotkeys source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Shortcuts",
  "version": "1.1",
  "description": "Implements ChatGPT Shortcuts",
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "open_chatgpt": {
      "suggested_key": {
        "default": "Alt+Shift+O",
        "mac": "Alt+Shift+O"
      },
      "description": "New ChatGPT Tab"
    },
    "focus_new_prompt": {
      "suggested_key": {
        "default": "Alt+Shift+L",
        "mac": "Alt+Shift+L"
      },
      "description": "Focus on the new prompt area"
    },
    "copy_latest_answer": {
      "suggested_key": {
        "default": "Alt+Shift+C",
        "mac": "Alt+Shift+C"
      },
      "description": "Copy Latest Answer"
    },
    "edit_latest_prompt": {
      "suggested_key": {
        "default": "Alt+Shift+E",
        "mac": "Alt+Shift+E"
      },
      "description": "Edit Latest Prompt"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fd607712-3466-404e-9765-378f4b3a1d63}"
    }
  }
}

Best ChatGPT Hotkeys Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Hotkeys: