Parse URLs into components: protocol, hostname, path, query parameters.
β
Add to favorites for quick access from the home page
Tools often used together with this one
Input: https://example.com/path?foo=bar#section Output: protocol=https, hostname=example.com, path=/path, search=foo=bar, hash=#section