Group phabricator notifications
Groups phabricator notifications
Was ist Group phabricator notifications?
Group phabricator notifications ist eine Chrome-Erweiterung, die von joakin entwickelt wurde, und ihr Hauptmerkmal ist "Groups phabricator notifications".
Erweiterungsscreenshots
Group phabricator notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Group phabricator notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
Offizielle URL | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Beschreibung | Groups phabricator notifications |
Dateigröße | 430 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.4 |
Letztes Update | 2020-06-06 |
Veröffentlichungsdatum | 2020-06-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | joakin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/joakin/group-phabricator-notifications |
Unterstützte Sprachen | 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": [] } |