WideGPT

Wider Chat GPT chat - more comfortable for reading the output.

Τι είναι το WideGPT;

Το WideGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Emil Pirlea, και η κύρια λειτουργία του είναι "Wider Chat GPT chat - more comfortable for reading the output.".

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

screenshot
screenshot
screenshot

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

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

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

                        Wider Chat GPT chat - more comfortable for reading the output.

This extension will enlarge Chat GPT output space, useful for code type of reply that are narrower in small windows, or any other reply that will have a horizontal scroll on it. This extension will make sure the effective working space is fully used.                    

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

Όνομα WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
Επίσημο URL https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Περιγραφή Wider Chat GPT chat - more comfortable for reading the output.
Μέγεθος Αρχείου 10.44 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-12-04
Ημερομηνία Δημοσίευσης 2023-08-28
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Emil Pirlea
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WideGPT",
    "version": "1.1",
    "description": "Wider Chat GPT chat - more comfortable for reading the output.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}