Share Chat GPT
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
¿Qué es Share Chat GPT?
Share Chat GPT es una extensión de Chrome desarrollada por danielkellyio, y su función principal es "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Share Chat GPT
Descarga archivos de extensión Share Chat GPT 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
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Información Básica de la Extensión
Nombre | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
URL Oficial | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Descripción | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Tamaño del Archivo | 150 KB |
Cantidad de Instalaciones | 2,446 |
Versión Actual | 1.0 |
Última Actualización | 2022-12-13 |
Fecha de Publicación | 2022-12-12 |
Calificación | 2.75/5 Total de 4 Calificaciones |
Desarrollador | danielkellyio |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Share Chat GPT", "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image", "version": "1.0", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "permissions": [ "activeTab", "scripting", "storage" ] } |