Network Requests Download
Tool for website testers to download network request meta-data.
Network Requests Download क्या है?
Network Requests Download Network Requests Download द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for website testers to download network request meta-data."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Network Requests Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |