ShareGPTConvo

Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.

Wat is ShareGPTConvo?

ShareGPTConvo is een Chrome-extensie ontwikkeld door xikai, en de belangrijkste functie is "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ShareGPTConvo

Download ShareGPTConvo-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

                        *Adapted to the latest version of ChatGPT!
Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style for viewing on mobile and desktop devices.                    

Basisinformatie over de Extensie

Naam ShareGPTConvo ShareGPTConvo
ID kpefpnfbhbealfoihgbcieggmbmmlaej
Officiële URL https://chromewebstore.google.com/detail/sharegptconvo/kpefpnfbhbealfoihgbcieggmbmmlaej
Beschrijving Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.
Bestandsgrootte 47.39 KB
Aantal Installaties 18
Huidige Versie 1.1.1
Laatst Bijgewerkt 2024-01-29
Publicatiedatum 2023-03-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar xikai
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShareGPTConvo",
    "version": "1.1.1",
    "description": "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Share GPT Convo",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}