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 |
Eメール | [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\/*" ] } ] } |