Group phabricator notifications
Groups phabricator notifications
Vad är Group phabricator notifications?
Group phabricator notifications är en Chrome-tillägg utvecklad av joakin, och dess huvudfunktion är "Groups phabricator notifications".
Tilläggsskärmbilder
Ladda ner Group phabricator notifications-förlängningens CRX-fil
Ladda ner Group phabricator notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
Officiell webbadress | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Beskrivning | Groups phabricator notifications |
Filstorlek | 430 KB |
Antal Installationer | 36 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2020-06-06 |
Publiceringsdatum | 2020-06-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | joakin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/joakin/group-phabricator-notifications |
Stödda Språk | 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": [] } |