About the URL Parser
URL Parser breaks a URL into its components β protocol, host, port, path, query, and hash β and turns the query string into JSON.
It is great for debugging links, redirects, and tracking parameters. Parsing happens locally in your browser.