This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.
- Save, Load and Delete custom filters in browser local storage
- Support Github Enterprise
Install extension from Chrome Web Store
First, clone this repository.
git clone https://github.com/CoderK/github-filter-extension.git
Second, install npm dependencies.
cd github-filter-extension && npm install
Third, bundle source code, and then bundle.js will be created at ./dist
npm run build
- Enable Chrome Extensions Developer Mode in Chrome.
- In Settings > Extensions click "Load unpacked extension" and select the folder of this repository.