Modifies the stylesheet for OpenAI Chat to make wider the space of answers (makes it more comfortable to read code there)
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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}"
}
}
}