Network Requests Monitor
Network Requests Monitor for Developers
什么是Network Requests Monitor?
Network Requests Monitor是由mooringniu开发的Chrome扩展程序,该扩展的主要功能是“Network Requests Monitor for Developers”。
扩展截图
下载Network Requests Monitor扩展crx文件
下载Network Requests Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Monitor all your network requests for current tab, list them, filter them , copy the and enjoy this plugin.
当前标签的网络资源请求监控,可对结果进行过滤,复制。
Special thanks to hzlzh for the UI 扩展基本信息
| 名称 | |
| ID | gcdgbbcmdelmcoeklbnghlbpcmakchda |
| 官方URL | https://chrome.google.com/webstore/detail/network-requests-monitor/gcdgbbcmdelmcoeklbnghlbpcmakchda |
| 简介 | Network Requests Monitor for Developers |
| 文件大小 | 41.92 KB |
| 安装次数 | 675 |
| 当前版本 | 3.2 |
| 更新时间 | 2016-11-29 |
| 上架时间 | 2016-11-29 |
| 评分 | 2.14/5 共7次评分 |
| 开发者 | mooringniu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Network Requests Monitor",
"version": "3.2",
"description": "Network Requests Monitor for Developers",
"devtools_page": "networkrequests.html",
"manifest_version": 2,
"web_accessible_resources": [
"*"
],
"permissions": [
"tabs",
"clipboardWrite",
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequest"
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |