Description from extension meta
Switch between different URL patterns with keyboard shortcuts
Image from store
Description from store
Quick URL Switcher is a Chrome extension that allows users to switch between different URL patterns using keyboard shortcuts. It provides a user-friendly interface for managing URL configurations, including the ability to specify patterns, exclusions, and regex options.
## Features
- **Shorten URL**: Quickly cut-off the current URL components separated by /, one per each click. This is super convenient during website development/testing.
- **Add and Manage Configurations**: Users can add, edit, and remove URL configurations easily.
- **Pattern Matching**: Specify two patterns for each configuration, allowing for flexible URL switching.
- **Exclusion Patterns**: Define exclusion patterns to prevent certain URLs from being affected by the switch.
- **Regex Support**: Optionally use regular expressions for pattern matching.
- **Replace Options**: Choose between two modes:
- **Replace Only**: Only replace `pattern1` with `pattern2`.
- **Switch Between**: Switch between `pattern1` and `pattern2` based on their lengths.
- **User-Friendly Interface**: The settings rows support drag-and-drop for re-ordering the entries.