Save ChatGPT Transcript
Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
Save ChatGPT Transcriptとは何ですか?
Save ChatGPT TranscriptはH2W Venturesによって開発されたChromeの拡張機能で、その主な機能は「Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.」です。
拡張機能のスクリーンショット
Save ChatGPT Transcript拡張機能のCRXファイルをダウンロード
Save ChatGPT Transcript拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy one-click save ChatGPT transcript as a local HTML file with user/AI highlighting. Choose your own filename. No data saved remotely, privacy ensured.
拡張機能の基本情報
名前 | |
ID | hkclgbgcgdmlopmnbakdclgpdnklabcd |
公式URL | https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd |
説明 | Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename. |
ファイルサイズ | 8.23 KB |
インストール数 | 263 |
現在のバージョン | 1.1 |
最終更新日 | 2023-03-17 |
公開日 | 2023-02-20 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | H2W Ventures |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save ChatGPT Transcript", "version": "1.1", "description": "Save ChatGPT transcript as an HTML file with user\/AI highlighting. Choose your own filename.", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Save ChatGPT Transcript" }, "background": { "service_worker": "popup.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "popup.js" ] } ], "icons": { "128": "icon-128x128.png" } } |