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
Τι είναι το Share Chat GPT;
Το Share Chat GPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον danielkellyio, και η κύρια λειτουργία του είναι "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Share Chat GPT
Λήψη αρχείων επέκτασης Share Chat GPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
Επίσημο URL | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
Περιγραφή | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
Μέγεθος Αρχείου | 150 KB |
Αριθμός Εγκαταστάσεων | 2,446 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-12-13 |
Ημερομηνία Δημοσίευσης | 2022-12-12 |
Αξιολόγηση | 2.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | danielkellyio |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |