一个为 React 开发者设计的网站导航 Chrome 扩展,帮助开发者更高效地管理和访问开发资源。
- 🚀 快速访问常用的 React 开发资源
- 📁 自定义网站分类和收藏管理
- 🔍 强大的搜索功能
- 💾 支持导入/导出收藏数据
- 🌙 支持深色/浅色主题
- 🔄 跨设备数据同步
- ⌨️ 快捷键支持
- React 18
- TypeScript
- Material UI
- Chrome Extension Manifest V3
- WXT (Web Extension Tools)
- Node.js >= 16
- npm 或 yarn
yarn install
yarn dev
yarn build
yarn zip
├── assets/ # 静态资源
├── components/ # React 组件
├── entrypoints/ # 扩展入口点
│ ├── background/ # Service Worker
│ ├── popup/ # 弹出窗口
│ └── content/ # 内容脚本
├── public/ # 公共资源
└── types/ # TypeScript 类型定义
- Fork 项目
- 创建功能分支 (
git checkout -b feature/AmazingFeature
) - 提交更改 (
git commit -m 'Add some AmazingFeature'
) - 推送到分支 (
git push origin feature/AmazingFeature
) - 创建 Pull Request
MIT License