Group phabricator notifications
Groups phabricator notifications
Group phabricator notifications là gì?
Group phabricator notifications là một tiện ích mở rộng Chrome được phát triển bởi joakin, và tính năng chính của nó là "Groups phabricator notifications".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Group phabricator notifications
Tải xuống các tệp mở rộng Group phabricator notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Group phabricator notifications |
ID | anjockgdedgaiionihlpdcjijpohipdj |
URL Chính Thức | https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj |
Mô tả | Groups phabricator notifications |
Kích Thước Tệp | 430 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-06-06 |
Ngày Phát Hành | 2020-06-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | joakin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/joakin/group-phabricator-notifications |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |