Awesome RabbitMQ Management
Awesome RabbitMQ Management
Awesome RabbitMQ Management là gì?
Awesome RabbitMQ Management là một tiện ích mở rộng Chrome được phát triển bởi Alex Puschinsky, và tính năng chính của nó là "Awesome RabbitMQ Management".
Ả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 Awesome RabbitMQ Management
Tải xuống các tệp mở rộng Awesome RabbitMQ Management 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
RabbitMQ queues view can become unusable with many queues, especially if you're using the sharding plugin. This extension will add a new tab in RabbitMQs management console with an awesome view of your queues: - Sharded queues will be collapsed to a single line - The UI will alert you when queues have no consumers or has accumulated many messages - Configurable alerts for specific queues. - Filter each column
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Awesome RabbitMQ Management |
ID | mkemccfkdgpaelbmkbahfnpkoellgjpi |
URL Chính Thức | https://chromewebstore.google.com/detail/awesome-rabbitmq-manageme/mkemccfkdgpaelbmkbahfnpkoellgjpi |
Mô tả | Awesome RabbitMQ Management |
Kích Thước Tệp | 488 KB |
Số Lần Cài Đặt | 820 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2022-11-22 |
Ngày Phát Hành | 2018-09-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Alex Puschinsky |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alexpusch/awesome-rabbitmq-chrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome RabbitMQ Management", "version": "1.5.0", "manifest_version": 3, "options_page": "options.html", "description": "Awesome RabbitMQ Management", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/" ], "web_accessible_resources": [ { "resources": [ "icons\/icon128.png", "bootstrap.js" ], "matches": [ " |