Is there an API for making a Google Chrome extension that reads the network resource request activity?

前端 未结 2 1433
轮回少年
轮回少年 2021-01-05 11:43

In the Google Chrome developer window, there is a Network tab that shows you all the resources that a web page loads over time. Is there a way to access this data in a Googl

相关标签:
2条回答
  • 2021-01-05 12:27

    Right click on the web page, select "Inspect Element", select the network tab then refresh

    0 讨论(0)
  • 2021-01-05 12:37

    There is experimental API for accessing network resources. Being experimental means that to use it users need to enable experimental API flag in their settings, plus you won't be able to submit such extension to the gallery.

    0 讨论(0)
提交回复
热议问题