EmbedGPT - Embed ChatGPT content

Share with one click and easily paste externally.

Wat is EmbedGPT - Embed ChatGPT content?

EmbedGPT - Embed ChatGPT content is een Chrome-extensie ontwikkeld door https://embedgpt.vercel.app, en de belangrijkste functie is "Share with one click and easily paste externally.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EmbedGPT - Embed ChatGPT content

Download EmbedGPT - Embed ChatGPT content-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

                        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.                    

Basisinformatie over de Extensie

Naam EmbedGPT - Embed ChatGPT content EmbedGPT - Embed ChatGPT content
ID nbjoccgcnhjmhpholoagaodhgiehbloa
Officiële URL https://chromewebstore.google.com/detail/embedgpt-embed-chatgpt-co/nbjoccgcnhjmhpholoagaodhgiehbloa
Beschrijving Share with one click and easily paste externally.
Bestandsgrootte 9.15 KB
Aantal Installaties 114
Huidige Versie 1.2.2
Laatst Bijgewerkt 2023-04-26
Publicatiedatum 2023-03-02
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://embedgpt.vercel.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://embedgpt.vercel.app
Help Pagina-URL https://embedgpt.vercel.app
Ondersteunde Talen 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"
}