WideGPT
Wider Chat GPT chat - more comfortable for reading the output.
Was ist WideGPT?
WideGPT ist eine Chrome-Erweiterung, die von Emil Pirlea entwickelt wurde, und ihr Hauptmerkmal ist "Wider Chat GPT chat - more comfortable for reading the output.".
Erweiterungsscreenshots
WideGPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie WideGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WideGPT |
ID | kcgdmbfjemoicfbhbflcnlaeldaembpo |
Offizielle URL | https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo |
Beschreibung | Wider Chat GPT chat - more comfortable for reading the output. |
Dateigröße | 10.44 KB |
Installationsanzahl | 72 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-12-04 |
Veröffentlichungsdatum | 2023-08-28 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | Emil Pirlea |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |