Postman Interceptor
    Postman Interceptor是postman提供的一款谷歌浏览器插件,可以直接抓取页面请求和cookie到桌面应用程序之中。
    使用步骤如下:
    1、下载Postman Interceptor插件,版本要求v0.2.26以上
    2、应用程序中,点击如下图标
    Postman Interceptor - 图1
    3、需要建立一个桥接,如果是linux和windows,直接在此页面下方中点击install Interceptor Bridge的按钮(来不及截图,后面谁帮忙补充下图)。MacOS需要先安装NodeJS,会提示先安装它。
    Postman Interceptor - 图2
    4、如果拦截器显示没有连接上(如下图),检查brige文件。其位置在:
    {用户目录}.postman\InterceptorBridge\com.postman.postmanapp.json
    Postman Interceptor - 图3
    Postman Interceptor - 图4
    5、打开该文件,此字符串要与浏览器中插件的id一致
    Postman Interceptor - 图5
    Postman Interceptor - 图6
    6、然后就可以开始使用了
    Postman Interceptor - 图7
    7、看下效果
    Postman Interceptor - 图8
    Postman Interceptor - 图9
    Postman Interceptor - 图10
    Postman Interceptor - 图11

    关于postman修改字体
    Postman Interceptor - 图12
    输入框中输入对应字体的Font Family,参照css font-family,把要设置的字体放在第一位
    https://blog.csdn.net/qq_34856863/article/details/88820413