-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7653b2e
commit b37bde8
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Auto Refresh Chrome Extension | ||
|
||
This Chrome extension automatically refreshes the URLs of all open websites in tabs at regular intervals. | ||
|
||
## Features | ||
|
||
- **Automatic Refresh:** Periodically refreshes the URLs of open tabs. | ||
- **Customizable Interval:** Set the refresh interval according to your preference. | ||
- **User-Friendly:** Simple interface and easy to use. | ||
|
||
## Installation | ||
|
||
To install the extension in your Chrome browser: | ||
|
||
1. Clone this repository or download it as a ZIP file and extract it. | ||
2. Open Chrome and go to `chrome://extensions/`. | ||
3. Enable **Developer mode** in the top right corner. | ||
4. Click on **Load unpacked** and select the directory where you extracted the extension. | ||
|
||
## Usage | ||
|
||
1. Once installed, click on the extension icon in the Chrome toolbar. | ||
2. Enter the refresh interval (in seconds) in the popup window. | ||
3. Click **Start** to begin auto-refreshing the URLs of all open tabs. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! Here are a few ways you can contribute: | ||
- Report bugs or suggest features by opening an issue. | ||
- Fork the repository, make your changes, and submit a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
## Acknowledgments | ||
|
||
- Built using JavaScript, HTML, and CSS. | ||
- Icon made by Gaurav kumar. | ||
|
||
## Support | ||
|
||
For any questions or issues, please [open an issue](https://github.com/yourusername/your-repo/issues) on GitHub. |