WideGPT
Wider Chat GPT chat - more comfortable for reading the output.
Co je WideGPT?
WideGPT je rozšíření Chrome vyvinuté Emil Pirlea, a jeho hlavní funkcí je „Wider Chat GPT chat - more comfortable for reading the output.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WideGPT
Stáhněte si soubory rozšíření WideGPT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | WideGPT |
ID | kcgdmbfjemoicfbhbflcnlaeldaembpo |
Oficiální URL | https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo |
Popis | Wider Chat GPT chat - more comfortable for reading the output. |
Velikost souboru | 10.44 KB |
Počet instalací | 72 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-12-04 |
Datum Vydání | 2023-08-28 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | Emil Pirlea |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |