This extension provides countdown timers for the JEE and NEET exams, allowing users to track the time remaining until each exam. Users can customize their preferences to show or hide countdowns based on their interests.
- Download the
.zip
from Releases. - Extract it to a folder.
- Open
chrome://extensions/
. - Enable Developer Mode (top right).
- Click "Load unpacked" and select the extracted folder.
- Countdown timers for JEE and NEET exams.
- User preferences to show/hide countdowns based on interest.
- Popup interface for quick access to countdowns.
- Option to open countdowns in a new tab.
- Simple and user-friendly design.
- Add and track your own personalized exam dates alongside the predefined ones
- Play any spotify playlist/music or youtube video as background music.
- Click on the extension icon to open the popup and view the countdowns.
- Access the options page to set your preferences for displaying countdowns.
- Use the countdown page for a detailed view, which can be opened in a new tab.
Feel free to submit issues or pull requests for improvements or bug fixes.
Before beginning, install pnpm
globally (if not already installed):
npm install -g pnpm
Install the required dependencies for the project:
pnpm install
To develop for Firefox, set the TARGET_BROWSER
environment variable before running the dev server:
export TARGET_BROWSER=firefox # Linux/macOS
set TARGET_BROWSER=firefox # Windows (Command Prompt)
$env:TARGET_BROWSER="firefox" # Windows (PowerShell)
Then start the development server:
pnpm dev
This will launch Firefox with your extension loaded. The page will automatically reload whenever you make changes to your code.
This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
pnpm build
After building, you can run the linter on the production files in the dist/
directory to check for issues:
pnpm lint dist/