Save ChatGPT Transcript
Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
Wat is Save ChatGPT Transcript?
Save ChatGPT Transcript is een Chrome-extensie ontwikkeld door H2W Ventures, en de belangrijkste functie is "Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save ChatGPT Transcript
Download Save ChatGPT Transcript-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hkclgbgcgdmlopmnbakdclgpdnklabcd |
Officiële URL | https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd |
Beschrijving | Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename. |
Bestandsgrootte | 8.23 KB |
Aantal Installaties | 263 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-03-17 |
Publicatiedatum | 2023-02-20 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | H2W Ventures |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |