RabbitMQ UI

RabbitMQ web console improvements

RabbitMQ UI là gì?

RabbitMQ UI là một tiện ích mở rộng Chrome được phát triển bởi MUlt1mate, và tính năng chính của nó là "RabbitMQ web console improvements".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RabbitMQ UI

Tải xuống các tệp mở rộng RabbitMQ UI 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 improves RabbitMQ web console UI

Features:
 * Saves last message for each queue and restores it when you open queue page
 * JSON parsing for messages in queue payload
 * Buttons to beautify and minify JSON in payload

Requirements:
 * Tested on RabbitMQ 3.11.5
 * Currently requires URL to match expression http(s)://:15672/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RabbitMQ UI RabbitMQ UI
ID aojjjccnchdgfojkplokcaikfoighecb
URL Chính Thức https://chromewebstore.google.com/detail/rabbitmq-ui/aojjjccnchdgfojkplokcaikfoighecb
Mô tả RabbitMQ web console improvements
Kích Thước Tệp 96.11 KB
Số Lần Cài Đặt 3,027
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2018-08-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển MUlt1mate
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MUlt1mate/rabbitmq-ui-improvements
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RabbitMQ UI",
    "short_name": "RabbitMQ UI",
    "description": "RabbitMQ web console improvements",
    "version": "0.2.1",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "author": "MUlt1mate",
    "action": {
        "default_icon": "img\/icon128.png",
        "default_title": "RabbitMQ UI"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "json-formatter_old.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*:15672\/*",
                "https:\/\/*:15672\/*"
            ]
        }
    ]
}