Pretty-prints BERT data in the browser.
Allow you to see BERT data (binary representation of erlang term) in a beautiful way directly from a GET webservice when :
- the response body is raw binary erlang term and the content-type is "application/x-erlang-binary"
- the response body is base64 encoded binary erlang term and the content-type is "application/x-erlang-binary64"
This extension need at least chrome version 30.0 because of the usage of declarativeWebRequest API.