ChatGPT/文心一言 To 语雀

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

ChatGPT/文心一言 To 语雀란 무엇입니까?

ChatGPT/文心一言 To 语雀은(는) hanzhijun86에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一键同步 ChatGPT/文心一言 对话记录到语雀文档"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ChatGPT/文心一言 To 语雀 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        支持的功能:
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/*                    

확장 프로그램 기본 정보

이름 ChatGPT/文心一言 To 语雀 ChatGPT/文心一言 To 语雀
ID bahlogagmemjecilpklcgpipmkffopje
공식 URL 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
설명 一键同步 ChatGPT/文心一言 对话记录到语雀文档
파일 크기 1.73 MB
설치 횟수 161
현재 버전 0.1.3
최근 업데이트 2023-11-15
출시 날짜 2023-08-21
개발자 hanzhijun86
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}