A Chrome extension that helps you track your progress when reading docs
- Node.js (v18 or higher)
- Yarn package manager
- Clone the repository
- Install dependencies:
yarn install
- Build the extension:
yarn build
- Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distfolder from this project
- Open Chrome and go to
yarn dev- Start development serveryarn build- Build for productionyarn format- Format code with Prettier
The extension requires the following permissions:
storage- To save your learning progresstabs- To track and manage tabsactiveTab- To interact with the current tab
- Fork the repository
- Create a feature branch
- Make your changes
- Run
yarn formatto format your code - Submit a pull request
zip -r scholar.zip 'dist/**'