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
Hvad er Share Chat GPT?
Share Chat GPT er en Chrome-udvidelse udviklet af danielkellyio, og dens hovedfunktion er "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Udvidelsesskærmbilleder
Download Share Chat GPT-udvidelses-CRX-fil
Download Share Chat GPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
Officiel URL | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Beskrivelse | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Filstørrelse | 150 KB |
Antal Installationer | 2,446 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-12-13 |
Udgivelsesdato | 2022-12-12 |
Bedømmelse | 2.75/5 Samlet 4 Bedømmelser |
Udvikler | danielkellyio |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |