Chat gpt full Width

Make chat gpt full width.

What is Chat gpt full Width?

Chat gpt full Width is a Chrome extension developed by Oleg Soldatikhine, and its main feature is "Make chat gpt full width.".

Extension Screenshots

screenshot

Download Chat gpt full Width Extension CRX File

Download Chat gpt full Width extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.                    

Extension Basic Information

Name Chat gpt full Width Chat gpt full Width
ID mahkbahfmpgkgmjhgaoehmhdecfhkmee
Official URL https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee
Description Make chat gpt full width.
File Size 3.66 KB
Installation Count 21
Current Version 1.0
Last Updated 2023-09-18
Publish Date 2023-09-17
Rating 5.00/5 Total 3 Ratings
Developer Oleg Soldatikhine
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat gpt full Width",
    "version": "1.0",
    "description": "Make chat gpt full width.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": []
}