ChatGPT TO PDF Firefox

Examine source code of ChatGPT TO PDF

Inspect and view changes in ChatGPT TO PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT TO PDF",
  "version": "3.9",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6608a91b-545f-4431-a442-a3a3ca2f5ebc}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Save ChatGPT chats as neatly formatted PDF file.",
  "action": {
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*",
        "*://chat.com/*"
      ],
      "js": [
        "shared.js",
        "common.js",
        "request.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ]
}

Mejores alternativas ChatGPT TO PDF

Aquí hay algunas Firefox add-ons que son similares a ChatGPT TO PDF: