ChatGPT Keyboard Shortcuts

ChatGPT Keyboard Shortcuts

Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT Keyboard Shortcuts",
  "description": "Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.",
  "version": "0.3.5",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}