Dashboard filter for GitHub
This adds an activity filter menu to GitHub dashboard.
Cos'è Dashboard filter for GitHub?
Dashboard filter for GitHub è un'estensione di Chrome sviluppata da Mu-An Chiou, e la sua funzione principale è "This adds an activity filter menu to GitHub dashboard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dashboard filter for GitHub
Scarica i file di estensione Dashboard filter for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This adds an activity filter menu to GitHub.com dashboard page so user can choose to see only the activities they care about.
Informazioni di Base sull'Estensione
Nome | Dashboard filter for GitHub |
ID | pcnaddhmngnnpookfhhamkelhhakimdg |
URL Ufficiale | https://chromewebstore.google.com/detail/dashboard-filter-for-gith/pcnaddhmngnnpookfhhamkelhhakimdg |
Descrizione | This adds an activity filter menu to GitHub dashboard. |
Dimensione del File | 6.87 KB |
Conteggio Installazioni | 575 |
Versione Corrente | 0.8.8 |
Ultimo Aggiornamento | 2022-12-13 |
Data di Pubblicazione | 2019-05-12 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Mu-An Chiou |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/muan/github-dashboard |
URL della Pagina di Aiuto | https://github.com/muan/github-dashboard/issues |
Lingue Supportate | 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\/*" ] } |