EmbedGPT - Embed ChatGPT content
Share with one click and easily paste externally.
什么是EmbedGPT - Embed ChatGPT content?
EmbedGPT - Embed ChatGPT content是由https://embedgpt.vercel.app开发的Chrome扩展程序,该扩展的主要功能是“Share with one click and easily paste externally.”。
扩展截图
下载EmbedGPT - Embed ChatGPT content扩展crx文件
下载EmbedGPT - Embed ChatGPT content扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| 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"
}  |  |