/network-json-filter-chrome-extension

Network Response (JSON Body) Filter as Google Chrome Extension

Primary LanguageJavaScriptMIT LicenseMIT

network-json-filter-chrome-extension

Network Response (JSON Body) Filter as Google Chrome Extension.

Install

here

Screenshot

img screenshot

Usage

  • url: If there is a value, filter the URL. It simply determines if it contains a string.
  • expression: If there is a value, the json-path format is used to convert the network response value to the desired value. Please refer to the json-path.