EmbedGPT - Embed ChatGPT content

Share with one click and easily paste externally.

EmbedGPT - Embed ChatGPT content क्या है?

EmbedGPT - Embed ChatGPT content https://embedgpt.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share with one click and easily paste externally."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EmbedGPT - Embed ChatGPT content एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम EmbedGPT - Embed ChatGPT content EmbedGPT - Embed ChatGPT content
ID nbjoccgcnhjmhpholoagaodhgiehbloa
आधिकारिक URL https://chromewebstore.google.com/detail/embedgpt-embed-chatgpt-co/nbjoccgcnhjmhpholoagaodhgiehbloa
विवरण Share with one click and easily paste externally.
फ़ाइल का आकार 9.15 KB
स्थापना संख्या 114
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2023-04-26
प्रकाशन तिथि 2023-03-02
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://embedgpt.vercel.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://embedgpt.vercel.app
सहायता पृष्ठ URL https://embedgpt.vercel.app
समर्थित भाषाएँ 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"
}