ChatGPT Prompt Manager Firefox

Examine source code of ChatGPT Prompt Manager

By: QQ88 Add-on
Inspect and view changes in ChatGPT Prompt Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Prompt Manager",
  "version": "1.0",
  "description": "Enhance your ChatGPT experience with reusable prompt shortcuts.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png",
    "default_title": "ChatGPT Prompt Manager"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{86d9760d-dd76-4283-ae76-2046349a267b}"
    }
  }
}

Best ChatGPT Prompt Manager Alternatives

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