Chat gpt full Width
Make chat gpt full width.
¿Qué es Chat gpt full Width?
Chat gpt full Width es una extensión de Chrome desarrollada por Oleg Soldatikhine, y su función principal es "Make chat gpt full width.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chat gpt full Width
Descarga archivos de extensión Chat gpt full Width en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.
Información Básica de la Extensión
Nombre | Chat gpt full Width |
ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
URL Oficial | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
Descripción | Make chat gpt full width. |
Tamaño del Archivo | 3.66 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.0 |
Última Actualización | 2023-09-18 |
Fecha de Publicación | 2023-09-17 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Oleg Soldatikhine |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |