i'am wondering what we can do with chatgpt, can we use it to accelerate develop process? the answer is indeed, with chatgpt's help, at most 6 hours, i developed this google chrome extension, now it can save chatgpt chat messages to flomo, to prove my assumption.
Chrome Extension, TypeScript and Visual Studio Code
- node + npm (Current Version)
- TypeScript
- Webpack
- React
- Jest
- Example Code
- Chrome Storage
- Options Version 2
- content script
- count up badge number
- background
- src/typescript: TypeScript source files
- src/assets: static files
- dist: Chrome Extension directory
- dist/js: Generated JavaScript files
npm install
...
npm run build
npm run watch
Run watch mode.
type Ctrl + Shift + B
Load dist
directory
npx jest
or npm run test