A modern, responsive website for the TabSaver Chrome Extension, designed to help users manage and organize their browser tabs efficiently.
site: https://tab-saver.vercel.app/
- Clean, modern user interface
- Responsive design that works on all devices
- Local font and icon loading for improved performance
- Material Design icons integration
- Cross-browser compatibility
- Graceful degradation with fallback options
- HTML5
- CSS3
- JavaScript (Vanilla)
- Material Icons
- Custom Fonts
TabSaverWebsite/
├── index.html # Main HTML file
├── css/
│ ├── style.css # Main stylesheet
├── js/
│ └── script.js # Main JavaScript file
├── images/
└── README.md
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- A local web server (optional, but recommended for development)
-
Clone the repository:
git clone https://github.com/3sheng/TabSaver.git
-
Navigate to the project directory:
cd TabSaverWebsite
-
Open
index.html
in your web browser or serve it through a local web server.
To work on this project locally:
- Make sure all asset files (fonts, icons) are in their respective directories
- Use a local web server for development to avoid CORS issues
- Test changes across different browsers to ensure compatibility
- Local font and icon hosting for improved performance and offline capability
- Fallback mechanisms for failed resource loading
- Responsive design principles for multi-device support
- Accessibility considerations in UI elements
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
For any questions or suggestions, please open an issue in the repository.
Made with ❤️ for TabSaver users