Save ChatGPT Transcript
Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
O que é Save ChatGPT Transcript?
Save ChatGPT Transcript é uma extensão do Chrome desenvolvida por H2W Ventures, e sua principal característica é "Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save ChatGPT Transcript
Baixe arquivos de extensão Save ChatGPT Transcript no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hkclgbgcgdmlopmnbakdclgpdnklabcd |
URL Oficial | https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd |
Descrição | Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename. |
Tamanho do Arquivo | 8.23 KB |
Contagem de Instalações | 263 |
Versão Atual | 1.1 |
Última Atualização | 2023-03-17 |
Data de Publicação | 2023-02-20 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | H2W Ventures |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |