Pinned ChatGPT Firefox

Examine source code of Pinned ChatGPT

Inspect and view changes in Pinned ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "pinnedChatGPT@brzl.com.ar"
    }
  },
  "manifest_version": 2,
  "name": "Pinned ChatGPT",
  "version": "1.0.1",
  "description": "Go to the pinned ChatGPT tab. If it doesn't exist, it's created.",
  "icons": {
    "48": "icons/ChatGPT-48.png",
    "64": "icons/ChatGPT-64.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/ChatGPT-32.png"
    },
    "default_title": "Pinned ChatGPT",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+C"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}

Best Pinned ChatGPT Alternatives

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