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 |
电子邮箱 | [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" } } |