ChatGPT/文心一言 To 语雀
一键同步 ChatGPT/文心一言 对话记录到语雀文档
What is ChatGPT/文心一言 To 语雀?
ChatGPT/文心一言 To 语雀 is a Chrome extension developed by hanzhijun86, and its main feature is "一键同步 ChatGPT/文心一言 对话记录到语雀文档".
Extension Screenshots
Download ChatGPT/文心一言 To 语雀 Extension CRX File
Download ChatGPT/文心一言 To 语雀 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
支持的功能: 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/*
Extension Basic Information
Name | ChatGPT/文心一言 To 语雀 |
ID | bahlogagmemjecilpklcgpipmkffopje |
Official 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 |
Description | 一键同步 ChatGPT/文心一言 对话记录到语雀文档 |
File Size | 1.73 MB |
Installation Count | 161 |
Current Version | 0.1.3 |
Last Updated | 2023-11-15 |
Publish Date | 2023-08-21 |
Developer | hanzhijun86 |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |