Github Filter Extension

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

What is Github Filter Extension?

Github Filter Extension is a Chrome extension developed by jeokrang, and its main feature is "This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.".

Extension Screenshots

screenshot

Download Github Filter Extension Extension CRX File

Download Github Filter Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Feature:
- Save, Load and Delete custom filters in browser local storage
- Support Github Enterprise

Learn more about this: 
https://github.com/CoderK/github-filter-extension                    

Extension Basic Information

Name Github Filter Extension Github Filter Extension
ID bbhcplmmihjdibppeeajmombokhcfakk
Official URL https://chromewebstore.google.com/detail/github-filter-extension/bbhcplmmihjdibppeeajmombokhcfakk
Description This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.
File Size 27.14 KB
Installation Count 11
Current Version 0.4.1
Last Updated 2016-09-07
Publish Date 2016-09-06
Rating 5.00/5 Total 1 Ratings
Developer jeokrang
Email [email protected]
Payment Type free
Extension Website https://github.com/CoderK/github-filter-extension
Help Page URL https://github.com/CoderK/github-filter-extension/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Filter Extension",
    "version": "0.4.1",
    "author": "CoderK ",
    "description": "This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.",
    "icons": {
        "128": ".\/resources\/img\/filter_off_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/app.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            ".\/dist\/background.min.js"
        ]
    },
    "browser_action": {
        "default_title": "Github Filter Extention",
        "default_icon": ".\/resources\/img\/filter_off_128.png"
    },
    "homepage_url": "https:\/\/github.com\/CoderK\/github-filter-extension"
}