provide a vertical way to manage your chrome tabs.
English | 简体中文
- ✨ Virtical view to manage your tabs.
- 💥 Draggleable by React-beautiful-dnd.
- 💫 Beauty UI by NextUI.
- 🧨 Smooth animate by Framer-Motion.
git clone [email protected]:newObjectccc/vtabs.git
pnpm install
pnpm start
When the chrome launched, type "chrome://extensions" into the chrome address bar, then tap the Load unpacked button, and select the dist folder.
vite v5.1.4 building for production...
✓ 33 modules transformed.
dist/index.html 0.38 kB │ gzip: 0.25 kB
dist/assets/react-CHdo91hT.svg 4.13 kB │ gzip: 2.05 kB
dist/assets/index-DiwrgTda.css 1.39 kB │ gzip: 0.72 kB
dist/assets/index-C7lZPRrh.js 142.63 kB │ gzip: 45.83 kB
thanks to React framework, the js bundle has 142kb at least. i think its too big, so i considering to change to an other lightly framework.