Chrome Browser Developer Tools Network Tooltip

Viewed 171

I used to be able to hover my mouse over the Name column in the Network tab in the Chrome developer tools, and see a tooltip with the URL of the resource downloaded. That seems to have gone now, so I need to show the URL column which takes up so much space when I don't need it 99% of the time. Is there any way to get the tooltip back?

1 Answers

UPDATE CHROME 102: The network request hover tooltip is back on the Chrome 102 version.

It was removed on the Chrome 99 version. This has been reported and the project member was willing to hear from the users and they made a commit to bring it back, but not sure which upcoming version will have this commit included. As a web developer, I know how important is this small feature.

As of now Chrome 101 didn't have this issue fixed.

Chrome issue report

Related