Group phabricator notifications
Groups phabricator notifications
Qu'est-ce que Group phabricator notifications ?
Group phabricator notifications est une extension Chrome développée par joakin, et sa fonction principale est "Groups phabricator notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Group phabricator notifications
Téléchargez les fichiers d'extension Group phabricator notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
URL Officiel | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Description | Groups phabricator notifications |
Taille du Fichier | 430 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-06-06 |
Date de Publication | 2020-06-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | joakin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/joakin/group-phabricator-notifications |
Langues Prises en Charge | 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": [] } |