Description from extension meta
Easily edit URL query and hash parameters.
Image from store
Description from store
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.
Changelog:
1.2.2 (2025-03-19)
• Incognito Window support
1.1.0 (2024-11-20)
• Dark mode support