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'est-ce que Share Chat GPT ?
Share Chat GPT est une extension Chrome développée par danielkellyio, et sa fonction principale est "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Share Chat GPT
Téléchargez les fichiers d'extension Share Chat GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Informations de Base sur l'Extension
Nom | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
URL Officiel | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Description | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Taille du Fichier | 150 KB |
Nombre d'Installations | 2,446 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-12-13 |
Date de Publication | 2022-12-12 |
Évaluation | 2.75/5 Total 4 Évaluations |
Développeur | danielkellyio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |