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
Cos'è Share Chat GPT?
Share Chat GPT è un'estensione di Chrome sviluppata da danielkellyio, e la sua funzione principale è "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share Chat GPT
Scarica i file di estensione Share Chat GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Informazioni di Base sull'Estensione
Nome | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
URL Ufficiale | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Descrizione | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Dimensione del File | 150 KB |
Conteggio Installazioni | 2,446 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-12-13 |
Data di Pubblicazione | 2022-12-12 |
Valutazione | 2.75/5 Totale 4 Valutazioni |
Sviluppatore | danielkellyio |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |