Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

File metadata and controls

39 lines (26 loc) · 1.11 KB

Add Filter Storage Your GitHub!

This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.

스크린샷 2016-08-30 오후 11.54.58.png

Features

  • Save, Load and Delete custom filters in browser local storage
  • Support Github Enterprise

Install

Install extension from Chrome Web Store

Developing

Set Up

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

Add Extension To Chrome

  1. Enable Chrome Extensions Developer Mode in Chrome.
  2. In Settings > Extensions click "Load unpacked extension" and select the folder of this repository.