Skip to content

CoderK/github-filter-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.