A simple extension to render HTML (with CSS and JS), SVG, and Markdown code generated by ChatGPT directly on the page.
This is a basic Vue app under /src
folder, using Vite.
npm i
npm start
No compile tooling. Simply js files under /extension
. It can be loaded manually on chrome://extensions
.
- Update version number on
/extension/manifest.json
andpackage.json
(just to be consistent) - Run
package-extension.js
to compile
- Add a script to update the version number in all places.
- Consider adding non html support?
- Consider change the extension code to TS?