- 🎨 Modern UI with Light/Dark theme support and font size controls
- ⚡ Quick preset refresh intervals (1, 3, 5, 10 minutes)
- 🎯 Custom refresh intervals with seconds/minutes/hours options
- 🔒 Set refresh limits for controlled automation
- 📊 Comprehensive statistics dashboard
⚠️ Smart form detection to prevent data loss- 💪 Memory-efficient and performance-optimized
- 🌐 Works across all Chrome-based browsers
- Clone this repository:
git clone https://github.com/ZerroDevs/AutoRefreshExt.git
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Click the extension icon in your Chrome toolbar
- Choose a preset refresh interval or set a custom time
- Optionally set a refresh limit
- The extension will automatically refresh your active tab based on your settings
- Use font size controls for better readability
- Monitor refresh statistics in the Stats tab
- Quick presets: 1, 3, 5, and 10 minutes
- Custom intervals support:
- Seconds
- Minutes
- Hours
- Light/Dark theme toggle
- Adjustable font size (A+/A-)
- Statistics dashboard
The extension requires the following permissions:
storage
: To save your refresh settingstabs
: To manage tab refreshingactiveTab
: To interact with the current tabscripting
: For smart form detection
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this extension helpful, please consider:
- Starring the repository
- Reporting issues
- Contributing to the code
- Sharing with others
Made with ❤️ by ZerroDevs