GitHub PR Tool is a Chrome extension designed to streamline the process of marking all files as viewed in GitHub pull requests. It adds a convenient interface to easily check or uncheck all files in a pull request.
🔗 Chrome Webstore link : https://chrome.google.com/webstore/detail/github-pr-tool/ibfdkipjpbbpmjgfknefhabhbgkkaode
- Download the extension files or clone the repository.
- Open Google Chrome and navigate to chrome://extensions/.
- Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the folder containing the extension files.
Once the extension is installed, you can click on its icon in the Chrome toolbar to open the popup. The popup provides two buttons:
- Check all files: Marks all files as viewed in the current GitHub pull request.
- Uncheck all files: Unmarks all files in the current GitHub pull request.
This extension is open for contributions. If you have ideas for improvements or new features, feel free to fork the repository, make your changes, and submit a pull request. Your contributions are highly appreciated!