ChatGPT TO PDF Firefox

Examine source code of ChatGPT TO PDF

제작자: Amorichy Su
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"
  ]
}

최고의 ChatGPT TO PDF 대안

다음은 ChatGPT TO PDF과(와) 유사한 Firefox add-on입니다: