A clean, distraction-free reading mode browser extension for web articles.
- 📖 Clean Reading Mode - Extract and display article content without distractions
- 🎨 Multiple Themes - Light, Dark, Paper, Eyecare, High Contrast
- ✏️ Text Highlighting - Highlight and save important text passages
- ⚙️ Customizable Display - Adjust font, size, spacing, width, and alignment
- 🌐 Multi-language - Support for English and Chinese
- 📱 Fullscreen Mode - Immersive reading experience
- 📤 Export to Markdown - Save articles for offline reading
# Install dependencies
bun install
# Start development server
bun run dev# Build for all browsers
bun run build
# Build for specific browser
bun run build:chrome
bun run build:firefox
bun run build:edge
# Create zip package
bun run zip- WXT - Browser extension framework
- React - UI library
- TypeScript - Type safety
- Tailwind CSS - Styling
- @mozilla/readability - Article extraction
MIT