Toggle between sites that share URL pieces.
This Chrome extension lets you store a list of regular expression patterns and replacements so you can quickly switch to a related site when a match is detected.
For example, if you have the following pattern and replacement:
pattern:
"https://(.+?)\.github\.io\/(.+?)\/.*";
replacement:
"https://github.com/$1/$2/";
Then when you are on a hosted Github Pages site, this icon will become enabled and let you navigate to the corresponding GitHub repository with one click. You can add as many patterns and replacements as you like.
Latest reviews
- (2022-06-08) I'd love to have an option to select if I want to open the switch URL in a new tab.
- (2020-07-31) Donald Patterson: v2's looking good
- (2020-07-31) Josh Roberts: The bestest plugin