ChatGPT Full Width

Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.

Τι είναι το ChatGPT Full Width;

Το ChatGPT Full Width είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zmunkas, και η κύρια λειτουργία του είναι "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Full Width

Λήψη αρχείων επέκτασης ChatGPT Full Width σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you are using ChatGPT and got tired of the criminally narrow chat bubbles especially when using for coding, you can add this extension to make the chat fill the available space.
With a better, full screen view the site is much more concise and code segments can be read and used much more easily.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Full Width ChatGPT Full Width
ID gfnkaajgicgkehogagoiccdpecbhjikd
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd
Περιγραφή Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
Μέγεθος Αρχείου 540 KB
Αριθμός Εγκαταστάσεων 711
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-12-16
Ημερομηνία Δημοσίευσης 2023-06-07
Αξιολόγηση 4.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής zmunkas
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://bmc.link/zoltanmunkas
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Full Width",
    "description": "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.",
    "version": "1.1",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}