GPT Markdown
Export GPT conversation to markdown
什么是GPT Markdown?
GPT Markdown是由andyyou开发的Chrome扩展程序,该扩展的主要功能是“Export GPT conversation to markdown”。
扩展截图
下载GPT Markdown扩展crx文件
下载GPT Markdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides a easy way to save the responses of ChatGPT as markdown to help you organize information.
扩展基本信息
名称 | |
ID | pekifcgojdfjimkefimndcgmdoeeplbi |
官方URL | https://chrome.google.com/webstore/detail/gpt-markdown/pekifcgojdfjimkefimndcgmdoeeplbi |
简介 | Export GPT conversation to markdown |
文件大小 | 3.49 MB |
安装次数 | 339 |
当前版本 | 0.3.0 |
更新时间 | 2023-05-06 |
上架时间 | 2023-01-25 |
评分 | 1.00/5 共1次评分 |
开发者 | andyyou |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/andyyou/chrome-gpt-markdown |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GPT Markdown", "description": "Export GPT conversation to markdown", "version": "0.3.0", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "turndown.js", "content-script.js" ], "css": [ "content-script.css" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |