A simple Chrome extension that displays a countdown timer showing the time left until the end of the year. 🕒✨
- Countdown Timer: Displays a live countdown timer on the new tab page! 🗓️
- Real-Time Calculation: Calculates the time left until December 31st of the current year. ⏳
- Smooth Updates: Updates the countdown every second for a seamless experience! 🔄
- Clone this repository to your local machine. 🖥️
- Go to the Chrome extensions page by typing
chrome://extensions/
in the address bar. 🔍 - Enable Developer mode (toggle in the top right corner). ⚙️
- Click Load unpacked. 🆕
- Select the folder containing this repository's files. 📂
- Open a new tab in Chrome. 🖱️
- Watch the countdown timer displayed prominently on the page! 🎊
manifest.json
: The manifest file for the Chrome extension, containing metadata and permissions. 📄newtab.html
: The HTML file for the new tab page, housing the countdown timer. 🏷️style.css
: The CSS file for styling the new tab page. 🎨popup.js
: The JavaScript file containing the logic for the countdown timer. 🧩
Contributions are welcome! If you have any issues or feature requests, please open an issue or submit a pull request. Your help is appreciated! 🙌
This extension uses the Chrome extensions API to override the new tab page. The countdown timer logic is based on the Date object and setTimeout function. Thanks to everyone who contributed! 💖