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
Wat is Share Chat GPT?
Share Chat GPT is een Chrome-extensie ontwikkeld door danielkellyio, en de belangrijkste functie is "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Extensie Screenshots
Download het CRX-bestand van de extensie Share Chat GPT
Download Share Chat GPT-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
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Basisinformatie over de Extensie
Naam | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
Officiële URL | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Beschrijving | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Bestandsgrootte | 150 KB |
Aantal Installaties | 2,446 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-12-13 |
Publicatiedatum | 2022-12-12 |
Beoordeling | 2.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | danielkellyio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |