Network Requests Monitor

Network Requests Monitor for Developers

Network Requests Monitor란 무엇입니까?

Network Requests Monitor은(는) mooringniu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Network Requests Monitor for Developers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Network Requests Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Network Requests Monitor Network Requests Monitor
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"
    }
}