github-notifications-browser-extension

GitHub Notifications Browser Extension

Overview

The GitHub Notifications Browser Extension fetches and displays GitHub notifications directly within your browser. It provides a convenient way to stay updated on activities related to your GitHub repositories without needing to constantly visit the GitHub website.

Status

Features

Installation

Chrome

  1. Clone or download this repository.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable “Developer mode” in the top right corner.
  4. Click on “Load unpacked” and select the extension directory.

Brave

  1. Clone or download this repository.
  2. Open Brave and navigate to brave://extensions/.
  3. Enable “Developer mode” in the top right corner.
  4. Click on “Load unpacked” and select the extension directory.

Usage

Development

To customize or extend the extension:

  1. Modify the source files (manifest.json, background.js, index.html, scripts.js, style.css) as needed.
  2. Test your changes locally.
  3. Commit your changes and push to your GitHub repository.

Contribution

Contributions are welcome! If you find any issues or want to suggest enhancements, please:

Contribution Guidelines:

Looking forward to your contributions during Hacktoberfest!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

This extension utilizes the GitHub API and browser extension APIs to provide a seamless experience for users.