Easily add and edit URL query and hash parameters.
Edits the query and hash parameters of the current page's URL. This is particularly useful for developers working with single-page applications (SPAs) where hash-based routing or URL-encoded hash parameters are used.
Query Params:
• Easily add, edit, and delete query parameters (?key=value).
• Automatic URL encoding.
Hash Params:
• Works with hash parameter key-value pairs just like query parameters (#key=value).
• Automatic URL encoding when editing hash pairs.
• A single key is treated like a traditional URL fragment and not encoded.