Network Requests Download

Tool for website testers to download network request meta-data.

Network Requests Downloadคืออะไร?

Network Requests Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Network Requests Download และคุณลักษณะหลักของมันคือ "Tool for website testers to download network request meta-data."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Network Requests Download

ดาวน์โหลดไฟล์ส่วนขยาย Network Requests Download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool allows website testers to record and download network performance metadata across different webpages. 

It will create a new developer tools panel where the user can enter a list of URLs to visit. The extension will automatically visit specified URLs and record network activity. A JSON report will download after all URLs have been visited.

Users can optionally specify a filter to only download requests to URLs containing a substring.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Network Requests Download Network Requests Download
ID odecihgekkcnfbgbpjgpapaljjnebmdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/network-requests-download/odecihgekkcnfbgbpjgpapaljjnebmdc
คำอธิบาย Tool for website testers to download network request meta-data.
ขนาดไฟล์ 25.47 KB
จำนวนการติดตั้ง 916
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-06-30
วันที่เผยแพร่ 2020-01-17
ผู้พัฒนา Network Requests Download
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vRfCJ4fF-tMgTy8-z9A52jc0vum9xrPrYpUe0aAbd2bXSLSwuShShUTyE_WuXtlEN4XjLfL37jLkHSJ/pub
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Network Requests Download",
    "version": "1.5",
    "description": "Tool for website testers to download network request meta-data.",
    "devtools_page": "devtools.html",
    "permissions": [
        "downloads"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "NRD16.png",
        "48": "NRD48.png",
        "128": "NRD.png"
    }
}