Group phabricator notifications
Groups phabricator notifications
Cos'è Group phabricator notifications?
Group phabricator notifications è un'estensione di Chrome sviluppata da joakin, e la sua funzione principale è "Groups phabricator notifications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Group phabricator notifications
Scarica i file di estensione Group phabricator notifications 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 extension makes the phabricator notifications be grouped per task, so that they are less noisy to read. You can expand the task to see the actual changes in it, or mark as read without even going to the task. Applies to all phabricator.*.* and *.phabricator.* urls. Source is at https://github.com/joakin/group-phabricator-notifications
Informazioni di Base sull'Estensione
Nome | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
URL Ufficiale | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Descrizione | Groups phabricator notifications |
Dimensione del File | 430 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-06-06 |
Data di Pubblicazione | 2020-06-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | joakin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/joakin/group-phabricator-notifications |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Group phabricator notifications", "description": "Groups phabricator notifications", "version": "1.4", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "include_globs": [ "*:\/\/*.phabricator.*\/notification\/*", "*:\/\/phabricator.*.*\/notification\/*" ], "exclude_globs": [ "*:\/\/*\/notification\/query\/edit\/" ], "js": [ "index.js" ] } ], "permissions": [] } |