ChatGPT-WiderAnswerSpace

ChatGPT-WiderAnswerSpace

Modifies the stylesheet for OpenAI Chat to make wider the space of answers (makes it more comfortable to read code there)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ChatGPT Wider Answer Space",
  "version": "1.6",
  "description": "Modifies the stylesheet for OpenAI Chat, with the side bar and without",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://*.chatgpt.com/*"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2f634ddc-1601-40d0-ae87-49b2eed8782f}"
    }
  }
}