Group phabricator notifications
Groups phabricator notifications
Co je Group phabricator notifications?
Group phabricator notifications je rozšíření Chrome vyvinuté joakin, a jeho hlavní funkcí je „Groups phabricator notifications“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Group phabricator notifications
Stáhněte si soubory rozšíření Group phabricator notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
Oficiální URL | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Popis | Groups phabricator notifications |
Velikost souboru | 430 KB |
Počet instalací | 36 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2020-06-06 |
Datum Vydání | 2020-06-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | joakin |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/joakin/group-phabricator-notifications |
Podporované Jazyky | 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": [] } |