EmbedGPT - Embed ChatGPT content

Share with one click and easily paste externally.

Qu'est-ce que EmbedGPT - Embed ChatGPT content ?

EmbedGPT - Embed ChatGPT content est une extension Chrome développée par https://embedgpt.vercel.app, et sa fonction principale est "Share with one click and easily paste externally.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EmbedGPT - Embed ChatGPT content

Téléchargez les fichiers d'extension EmbedGPT - Embed ChatGPT content au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easily share ChatGPT content with one click.

You can paste it to a forum as an iframe or share it to communities such as Twitter and Reddit.                    

Informations de Base sur l'Extension

Nom EmbedGPT - Embed ChatGPT content EmbedGPT - Embed ChatGPT content
ID nbjoccgcnhjmhpholoagaodhgiehbloa
URL Officiel https://chromewebstore.google.com/detail/embedgpt-embed-chatgpt-co/nbjoccgcnhjmhpholoagaodhgiehbloa
Description Share with one click and easily paste externally.
Taille du Fichier 9.15 KB
Nombre d'Installations 114
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-04-26
Date de Publication 2023-03-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://embedgpt.vercel.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://embedgpt.vercel.app
URL de la Page d'Aide https://embedgpt.vercel.app
Langues Prises en Charge en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.2.2",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png"
        },
        "default_title": "Share Content"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ko"
}