https://github.com/3sheng/tabsaver
TabSaver - Powerful cross-device tab management tool for Chrome extension. Real-time sync, smart search, and bulk operations make your browsing experience seamless and efficient.
https://github.com/3sheng/tabsaver
chrome chrome-extension edge edge-extension free synchronization tab
Last synced: 2 months ago
JSON representation
TabSaver - Powerful cross-device tab management tool for Chrome extension. Real-time sync, smart search, and bulk operations make your browsing experience seamless and efficient.
- Host: GitHub
- URL: https://github.com/3sheng/tabsaver
- Owner: 3sheng
- License: apache-2.0
- Created: 2024-11-29T07:19:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T02:29:34.000Z (over 1 year ago)
- Last Synced: 2025-03-25T22:45:15.915Z (about 1 year ago)
- Topics: chrome, chrome-extension, edge, edge-extension, free, synchronization, tab
- Language: HTML
- Homepage: https://tab-saver.vercel.app
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TabSaver Website
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/](https://tab-saver.vercel.app)
## 🌟 Features
- 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
## 🛠️ Technology Stack
- HTML5
- CSS3
- JavaScript (Vanilla)
- Material Icons
- Custom Fonts
## 📦 Project Structure
```
TabSaverWebsite/
├── index.html # Main HTML file
├── css/
│ ├── style.css # Main stylesheet
├── js/
│ └── script.js # Main JavaScript file
├── images/
└── README.md
```
## 🚀 Getting Started
### Prerequisites
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- A local web server (optional, but recommended for development)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/3sheng/TabSaver.git
```
2. Navigate to the project directory:
```bash
cd TabSaverWebsite
```
3. Open `index.html` in your web browser or serve it through a local web server.
## 💻 Development
To work on this project locally:
1. Make sure all asset files (fonts, icons) are in their respective directories
2. Use a local web server for development to avoid CORS issues
3. Test changes across different browsers to ensure compatibility
## 🎨 Design Decisions
- 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
## 🔍 Browser Support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## 📝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## 📄 License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
## 🤝 Contact
For any questions or suggestions, please open an issue in the repository.
---
Made with ❤️ for TabSaver users