Awesome RabbitMQ Management

Awesome RabbitMQ Management

Awesome RabbitMQ Managementとは何ですか?

Awesome RabbitMQ ManagementはAlex Puschinskyによって開発されたChromeの拡張機能で、その主な機能は「Awesome RabbitMQ Management」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Awesome RabbitMQ Management拡張機能のCRXファイルをダウンロード

Awesome RabbitMQ Management拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Awesome RabbitMQ Management Awesome RabbitMQ Management
ID mkemccfkdgpaelbmkbahfnpkoellgjpi
公式URL https://chromewebstore.google.com/detail/awesome-rabbitmq-manageme/mkemccfkdgpaelbmkbahfnpkoellgjpi
説明 Awesome RabbitMQ Management
ファイルサイズ 488 KB
インストール数 820
現在のバージョン 1.5.0
最終更新日 2022-11-22
公開日 2018-09-19
評価 5.00/5 合計 2 レビュー
開発者 Alex Puschinsky
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/alexpusch/awesome-rabbitmq-chrome
対応言語 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": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundle.js"
            ]
        }
    ]
}