New Tab Text is a Chrome extension that transforms new tab into a simple text editor.
Chrome Web Store: https://chromewebstore.google.com/detail/new-tab-text/hcpmdhnmdiampimbhfmkjfalmfofkmhe
- Use new tab as a text editor
- Auto-save
- Markdown syntax highlighting
- Dark mode support
- Chrome sync functionality (within Chrome account)
- Multibyte character input optimization
npm install
npm run dev:extension
npm run build
cd dist
zip -r ../new-tab-text_x.y.z.zip *
MIT

