ChatGPT/文心一言 To 语雀
一键同步 ChatGPT/文心一言 对话记录到语雀文档
什么是ChatGPT/文心一言 To 语雀?
ChatGPT/文心一言 To 语雀是由hanzhijun86开发的Chrome扩展程序,该扩展的主要功能是“一键同步 ChatGPT/文心一言 对话记录到语雀文档”。
扩展截图
下载ChatGPT/文心一言 To 语雀扩展crx文件
下载ChatGPT/文心一言 To 语雀扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
支持的功能:
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/* 扩展基本信息
| 名称 | |
| 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": [
" | |