An open API service indexing awesome lists of open source software.

https://github.com/zhibirc/msgpack-unpacker-extension

Unpacks MessagePack payloads into JSON inside DevTools.
https://github.com/zhibirc/msgpack-unpacker-extension

Last synced: 8 months ago
JSON representation

Unpacks MessagePack payloads into JSON inside DevTools.

Awesome Lists containing this project

README

          



MessagePack DevTools Unpacker


![maintenance](https://img.shields.io/maintenance/yes/2025.svg?style=flat)
![Static Badge](https://img.shields.io/badge/extension-devtools-blue?style=flat&labelColor=%23252526&color=%234a90e2)
![Static Badge](https://img.shields.io/badge/chrome-red?style=flat)


Unpacks MessagePack payloads into JSON inside DevTools.




## Overview

[MessagePack](https://msgpack.org/) is the incredible alternative for serializing data in network transmissions.
However, it has one significant drawback in compare with widely used and familiar JSON format -- its readability by humans.

This extension makes an attempt to compensate this inconvenience by unpacking MessagePack-decoded payloads to the regular JSON, and displaying it into separate DevTools tab.

## Usage

- Clone this repository.
- Load the whole directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked).
- Open DevTools and click the **MsgPack Unpacker** tab.
- Open any web page served MsgPack payloads, the decoded JSON will automatically be displayed in the panel.

## Contributing

Pull requests which aim to enhance, improve or fix something are highly welcome.