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 |
官方網址 | 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\/*" ] } ] } |