View on Chrome extension store
Simple and easy to use companion timer for leetcode. Easily time your leetcode practise sessions with automatic time setting based on difficulty.
- Set time for difficulty levels
- Automatically detects difficulty and sets the time accordingly
- Timer embedded inside leetcode page. No need to navigate anywhere
- Alert when time over
- Navigate to options page of extension
- Modify default time for Easy, Medium and Hard problems
- When on leetcode, click on icon button to start timer based on difficulty
Build the extension into dist
folder for production.
Build the extension into dist
folder for development.
Watch for modifications then run npm run build
.
Watch for modifications then run npm run build:dev
.
If you are interested in contributing, please feel free to fork the repository, make changes and send pull request or add issues or new feature requests.
This extension is built on top of boilerplate code from vue-web-extension.