Dashboard filter for GitHub

This adds an activity filter menu to GitHub dashboard.

Wat is Dashboard filter for GitHub?

Dashboard filter for GitHub is een Chrome-extensie ontwikkeld door Mu-An Chiou, en de belangrijkste functie is "This adds an activity filter menu to GitHub dashboard.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dashboard filter for GitHub

Download Dashboard filter for GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This adds an activity filter menu to GitHub.com dashboard page so user can choose to see only the activities they care about.                    

Basisinformatie over de Extensie

Naam Dashboard filter for GitHub Dashboard filter for GitHub
ID pcnaddhmngnnpookfhhamkelhhakimdg
Officiële URL https://chromewebstore.google.com/detail/dashboard-filter-for-gith/pcnaddhmngnnpookfhhamkelhhakimdg
Beschrijving This adds an activity filter menu to GitHub dashboard.
Bestandsgrootte 6.87 KB
Aantal Installaties 575
Huidige Versie 0.8.8
Laatst Bijgewerkt 2022-12-13
Publicatiedatum 2019-05-12
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Mu-An Chiou
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/muan/github-dashboard
Help Pagina-URL https://github.com/muan/github-dashboard/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dashboard filter for GitHub",
    "short_name": "dashboard",
    "version": "0.8.8",
    "manifest_version": 3,
    "description": "This adds an activity filter menu to GitHub dashboard.",
    "homepage_url": "http:\/\/github.com\/muan\/dashboard",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/orgs\/*\/dashboard"
            ],
            "css": [
                "dashboard.css"
            ],
            "js": [
                "dashboard.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/*"
    ]
}