Show full URI/URL in Chrome's developer tools Network tab
Solution 1:
Some columns contain a primary field and a secondary field (Time and Latency, for example). When viewing the Network table with large resource rows both fields are shown; when using small resource rows only the primary field is shown.
https://developer.chrome.com/devtools/docs/network#network-panel-overview
With the newer versions of Chrome it is now hidden here:
https://developer.chrome.com/devtools/docs/network#changing-resource-row-sizes
Solution 2:
This is not currently possible. However, there is active work being done on Chrome Dev tools (e.g., https://developers.google.com/chrome-developer-tools/) and you can make a suggestion for an option of this feature.