This project implements a Chrome browser extension for quickly viewing Github repository activity.
- Clone this repository to your computer.
- Navigate to chrome://extensions.
- Enable Developer Mode (top right corner).
- Click Load Unpacked (top left corner).
- Navigate to the
src
directory of this repository and select it. - You should see a new icon appear in the extensions section of Chrome (right side).
- Click the extension icon to open the popup.
- Click the Settings button in the popup.
- Click the Github button in the Sources section.
- Enter information about the repository to monitor. Currently, only public
github repositories are supported. Try
ucse-cse112/team9-webcomponent
. - Click the Submit button.
- The popup should now show information about the specified github repository.