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 inpm start
No compile tooling. Simply js files under /extension. It can be loaded manually on chrome://extensions.
- Update version number on
/extension/manifest.jsonandpackage.json(just to be consistent) - Run
package-extension.jsto compile
- Add a script to update the version number in all places.
- Consider adding non html support?
- Consider change the extension code to TS?