Group phabricator notifications
Groups phabricator notifications
O que é Group phabricator notifications?
Group phabricator notifications é uma extensão do Chrome desenvolvida por joakin, e sua principal característica é "Groups phabricator notifications".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Group phabricator notifications
Baixe arquivos de extensão Group phabricator notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
URL Oficial | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Descrição | Groups phabricator notifications |
Tamanho do Arquivo | 430 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.4 |
Última Atualização | 2020-06-06 |
Data de Publicação | 2020-06-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | joakin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/joakin/group-phabricator-notifications |
Idiomas Suportados | 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": [] } |