ChatGPT/文心一言 To 语雀

一键同步 ChatGPT/文心一言 对话记录到语雀文档

ChatGPT/文心一言 To 语雀 là gì?

ChatGPT/文心一言 To 语雀 là một tiện ích mở rộng Chrome được phát triển bởi hanzhijun86, và tính năng chính của nó là "一键同步 ChatGPT/文心一言 对话记录到语雀文档".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT/文心一言 To 语雀

Tải xuống các tệp mở rộng ChatGPT/文心一言 To 语雀 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

                        支持的功能:
ChatGPT:
1. 导出 PDF
2. 导出 PNG
3. 导出 JSON
4. 导出 Markdown
5. 复制内容到剪切板
6. 同步至语雀文档

文心一言:
1. 同步至语雀文档
2. 导出 PDF
3. 导出 PNG


注意:该插件只能在以下网站中使用
1. https://chat.openai.com/*
2. https://yiyan.baidu.com/*                    

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

Tên ChatGPT/文心一言 To 语雀 ChatGPT/文心一言 To 语雀
ID bahlogagmemjecilpklcgpipmkffopje
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt%E6%96%87%E5%BF%83%E4%B8%80%E8%A8%80-to-%E8%AF%AD%E9%9B%80/bahlogagmemjecilpklcgpipmkffopje
Mô tả 一键同步 ChatGPT/文心一言 对话记录到语雀文档
Kích Thước Tệp 1.73 MB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2023-08-21
Nhà Phát Triển hanzhijun86
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.1.3",
    "author": "Shi San Hua",
    "name": "ChatGPT\/\u6587\u5fc3\u4e00\u8a00 To \u8bed\u96c0",
    "description": "\u4e00\u952e\u540c\u6b65 ChatGPT\/\u6587\u5fc3\u4e00\u8a00 \u5bf9\u8bdd\u8bb0\u5f55\u5230\u8bed\u96c0\u6587\u6863",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "js": [
                "yiyan.1e978f16.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "assistant.31db0ef5.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "js": [
                "openai-sidebar.a9782698.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "js": [
                "assistant-wx.bb161473.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.yuque.com\/*"
            ],
            "js": [
                "yuque.361e7d8c.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.yuque.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "\/tabs\/chatlist.html",
                "\/tabs\/yiyan-chatlist.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assistant.a789f811.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "resources": [
                "openai-sidebar.24fc385d.css"
            ]
        },
        {
            "matches": [
                "https:\/\/yiyan.baidu.com\/*"
            ],
            "resources": [
                "assistant.a789f811.css"
            ]
        }
    ]
}