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 |
官方網址 | 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": [] } |