GitHub Feed Filter

Enables filtering out GitHub feeds by projects, commits, comments and issues

¿Qué es GitHub Feed Filter?

GitHub Feed Filter es una extensión de Chrome desarrollada por Vijay Dev, y su función principal es "Enables filtering out GitHub feeds by projects, commits, comments and issues".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GitHub Feed Filter

Descarga archivos de extensión GitHub Feed Filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        GitHub Feed Filter reads through the visible feeds in the GitHub News Feed section and lists them in the page just like Your Repos or Watched Repos. 

Clicking on a repository will filter out your News Feed to only include feeds from that repository. This filtering can be further extended to show only the feeds for Commits, Comments or Issues made in that repository.

It also saves your current search term and currently selected category when you fetch 'More' items to the feed.                    

Información Básica de la Extensión

Nombre GitHub Feed Filter GitHub Feed Filter
ID jcpkhafkpnaljjbgdgbehajihicjalkc
URL Oficial https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc
Descripción Enables filtering out GitHub feeds by projects, commits, comments and issues
Tamaño del Archivo 54.09 KB
Cantidad de Instalaciones 59
Versión Actual 1.9
Última Actualización 2015-05-10
Fecha de Publicación 2015-05-10
Calificación 4.70/5 Total de 10 Calificaciones
Desarrollador Vijay Dev
Tipo de Pago free
URL de la Página de Ayuda https://github.com/vijaydev/github-feed-filter
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Feed Filter",
    "version": "1.9",
    "manifest_version": 2,
    "description": "Enables filtering out GitHub feeds by projects, commits, comments and issues",
    "icons": {
        "16": "ghf16.png",
        "48": "ghf48.png",
        "128": "ghf128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/dashboard",
                "https:\/\/github.com\/#"
            ],
            "js": [
                "jquery-1.4.2.min.js",
                "filter.js"
            ]
        }
    ]
}