WideGPT
Wider Chat GPT chat - more comfortable for reading the output.
Cos'è WideGPT?
WideGPT è un'estensione di Chrome sviluppata da Emil Pirlea, e la sua funzione principale è "Wider Chat GPT chat - more comfortable for reading the output.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WideGPT
Scarica i file di estensione WideGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WideGPT |
ID | kcgdmbfjemoicfbhbflcnlaeldaembpo |
URL Ufficiale | https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo |
Descrizione | Wider Chat GPT chat - more comfortable for reading the output. |
Dimensione del File | 10.44 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-12-04 |
Data di Pubblicazione | 2023-08-28 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | Emil Pirlea |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |