RabbitMQ UI
RabbitMQ web console improvements
RabbitMQ UI란 무엇입니까?
RabbitMQ UI은(는) MUlt1mate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RabbitMQ web console improvements"입니다.
확장 프로그램 스크린샷
RabbitMQ UI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/
확장 프로그램 기본 정보
이름 | RabbitMQ UI |
ID | aojjjccnchdgfojkplokcaikfoighecb |
공식 URL | https://chromewebstore.google.com/detail/rabbitmq-ui/aojjjccnchdgfojkplokcaikfoighecb |
설명 | RabbitMQ web console improvements |
파일 크기 | 96.11 KB |
설치 횟수 | 3,027 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-03-23 |
출시 날짜 | 2018-08-15 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | MUlt1mate |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/MUlt1mate/rabbitmq-ui-improvements |
지원되는 언어 | 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\/*" ] } ] } |