EmbedGPT - Embed ChatGPT content

Share with one click and easily paste externally.

EmbedGPT - Embed ChatGPT content là gì?

EmbedGPT - Embed ChatGPT content là một tiện ích mở rộng Chrome được phát triển bởi https://embedgpt.vercel.app, và tính năng chính của nó là "Share with one click and easily paste externally.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EmbedGPT - Embed ChatGPT content

Tải xuống các tệp mở rộng EmbedGPT - Embed ChatGPT content dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EmbedGPT - Embed ChatGPT content EmbedGPT - Embed ChatGPT content
ID nbjoccgcnhjmhpholoagaodhgiehbloa
URL Chính Thức https://chromewebstore.google.com/detail/embedgpt-embed-chatgpt-co/nbjoccgcnhjmhpholoagaodhgiehbloa
Mô tả Share with one click and easily paste externally.
Kích Thước Tệp 9.15 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2023-03-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://embedgpt.vercel.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://embedgpt.vercel.app
URL Trang Trợ Giúp https://embedgpt.vercel.app
Ngôn Ngữ Được Hỗ Trợ 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"
}