GPT Markdown
Export GPT conversation to markdown
Wat is GPT Markdown?
GPT Markdown is een Chrome-extensie ontwikkeld door andyyou, en de belangrijkste functie is "Export GPT conversation to markdown".
Extensie Screenshots
Download het CRX-bestand van de extensie GPT Markdown
Download GPT Markdown-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
Provides a easy way to save the responses of ChatGPT as markdown to help you organize information.
Basisinformatie over de Extensie
Naam | |
ID | pekifcgojdfjimkefimndcgmdoeeplbi |
Officiële URL | https://chrome.google.com/webstore/detail/gpt-markdown/pekifcgojdfjimkefimndcgmdoeeplbi |
Beschrijving | Export GPT conversation to markdown |
Bestandsgrootte | 3.49 MB |
Aantal Installaties | 339 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2023-05-06 |
Publicatiedatum | 2023-01-25 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | andyyou |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/andyyou/chrome-gpt-markdown |
Ondersteunde Talen | 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\/*" ] } ] } |