Skip to content

mrdotb/chat_gpt_markdown_magic

Repository files navigation

ChatGPT markdown magic

a chrome extension that enables users to easily copy the output of ChatGPT as markdown-formatted text. With just a click of a button, you can obtain the generated text in markdown format, ready for pasting into your favorite text editor or note-taking app

Demo

youtube

Installing

Install from the chrome web store

Developing

run the command

$ cd chat_gpt_markdown_magic

$ npm run dev

Chrome Extension Developer Mode

  1. set your Chrome browser 'Developer mode' up
  2. click 'Load unpacked', and select chat_gpt_markdown_magic/build folder

Nomal FrontEnd Developer Mode

  1. access http://localhost:3000/
  2. when debugging popup page, open /popup.html
  3. when debugging options page, open /options.html

Packing

After the development of your extension run the command

$ npm build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.


Generated by create-chrome-ext

About

✨ Chrome extension designed to seamlessly copy the output of ChatGPT conversations in markdown format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published