ShareGPT

Export ChatGPT conversations as an image

Τι είναι το ShareGPT;

Το ShareGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον smgmusicdisplay, και η κύρια λειτουργία του είναι "Export ChatGPT conversations as an image".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ShareGPT

Λήψη αρχείων επέκτασης ShareGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This chrome plugin is designed to help users share their conversations with a chatbot by taking a screenshot. With just a click of a button, the plugin allows users to capture a screenshot of their chatbot conversation and save it to their device. This can be useful for sharing interesting or important conversations with friends, colleagues, or for keeping a record of the conversation for later reference. The plugin is easy to use and integrates seamlessly with your chrome browser, making it a convenient tool for capturing and sharing chatbot conversations.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ShareGPT ShareGPT
ID dhohfmgmabjpbeklhmhfjdodmchgjjlb
Επίσημο URL https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb
Περιγραφή Export ChatGPT conversations as an image
Μέγεθος Αρχείου 62.43 KB
Αριθμός Εγκαταστάσεων 1,955
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-12-09
Ημερομηνία Δημοσίευσης 2022-12-09
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής smgmusicdisplay
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShareGPT",
    "description": "Export ChatGPT conversations as an image",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "512": "icon512.png"
    },
    "action": []
}