Chat gpt full Width
Make chat gpt full width.
Wat is Chat gpt full Width?
Chat gpt full Width is een Chrome-extensie ontwikkeld door Oleg Soldatikhine, en de belangrijkste functie is "Make chat gpt full width.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat gpt full Width
Download Chat gpt full Width-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.
Basisinformatie over de Extensie
Naam | Chat gpt full Width |
ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
Officiële URL | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
Beschrijving | Make chat gpt full width. |
Bestandsgrootte | 3.66 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-09-18 |
Publicatiedatum | 2023-09-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Oleg Soldatikhine |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat gpt full Width", "version": "1.0", "description": "Make chat gpt full width.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "action": [] } |