Kaggle Plus is a browser extension that visualizes the leaderboard of a Kaggle competition.
- Install the extension from the Chrome Web Store
- Open a Kaggle competition and navigate to any competition's leaderboard to see the extension in action
- Download the latest release from the releases page or build the extension yourself
- Open the Extensions page (
chrome://extensions/
,edge://extensions/
) - Enable Developer mode
- Press the "Load unpacked" button and select the folder containing the extension
- The extension should now be installed and visible in the Extensions page
- Open a Kaggle competition and navigate to any competition's leaderboard to see the extension in action
bun install
bun run dev
You need to reload the extension on the Extensions page after making changes.
bun run build
- Display a bar chart of the leaderboard
- Release the extension on the Chrome Web Store
- Dark theme support
- Add a settings page to configure the extension
- Notebook translation support
This project is licensed under the terms of the MIT License