GPTMD Firefox

Examine source code of GPTMD

Por: Dpbm
Inspect and view changes in GPTMD source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GPTMD",
  "version": "1.2",
  "description": "Export your chatgpt conversation to markdown",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/",
        "https://chatgpt.com/"
      ],
      "js": [
        "getData.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "GPTMD",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png",
    "144": "assets/icon-144.png"
  },
  "permissions": [
    "https://chat.openai.com/",
    "https://chatgpt.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{daa3d430-6947-4f61-a23e-daf6a406100f}"
    }
  }
}

Melhores alternativas GPTMD

Aqui estão algumas Firefox add-ons que são similares a GPTMD: