Skip to content

Dpbm/gptmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPTMD

Export your chatgpt conversation to markdown.

gptmd-screenshot

How to use

  1. Chat at chatgpt.com
  2. click in the extension icon
  3. click in download

Install

go to firefox addons page

Dev

To run as dev, install web-ext and then run:

web-ext run

Or, open firefox and go to about:debugging#/runtime/this-firefox, click in Load Temporary Add-on... and select any file from this extension.

Build

To build by your own, download web-ext, create and account at mozilla addons, create an api key and then run:

web-ext build
web-ext sign --api-key=your-api-key --api-secret=your-secret-key