Group phabricator notifications
Groups phabricator notifications
什么是Group phabricator notifications?
Group phabricator notifications是由joakin开发的Chrome扩展程序,该扩展的主要功能是“Groups phabricator notifications”。
扩展截图
下载Group phabricator notifications扩展crx文件
下载Group phabricator notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
官方URL | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
简介 | Groups phabricator notifications |
文件大小 | 430 KB |
安装次数 | 36 |
当前版本 | 1.4 |
更新时间 | 2020-06-06 |
上架时间 | 2020-06-05 |
评分 | 5.00/5 共1次评分 |
开发者 | joakin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/joakin/group-phabricator-notifications |
支持的语言 | 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": [] } |