network-json-filter
Network Response (JSON Body) Filter as Google Chrome Extension
What is network-json-filter?
network-json-filter is a Chrome extension developed by heowc, and its main feature is "Network Response (JSON Body) Filter as Google Chrome Extension".
Extension Screenshots
Download network-json-filter Extension CRX File
Download network-json-filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# Feature - URL Filtering - Convert Network response (using json-path) - https://github.com/json-path/JsonPath # Issue - https://github.com/heowc/network-json-filter-chrome-extension
Extension Basic Information
Name | network-json-filter |
ID | flcfiogpdlddkjiekpeiedkeoihppekm |
Official URL | https://chromewebstore.google.com/detail/network-json-filter/flcfiogpdlddkjiekpeiedkeoihppekm |
Description | Network Response (JSON Body) Filter as Google Chrome Extension |
File Size | 181 KB |
Installation Count | 218 |
Current Version | 1.1.0 |
Last Updated | 2020-10-22 |
Publish Date | 2020-10-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | heowc |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/heowc/network-json-filter-chrome-extension |
Help Page URL | https://github.com/heowc/network-json-filter-chrome-extension |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "network-json-filter", "version": "1.1.0", "description": "Network Response (JSON Body) Filter as Google Chrome Extension", "permissions": [ "*:\/\/*\/*" ], "devtools_page": "devtools.html", "manifest_version": 2 } |