An extension that lets you redirect Chrome for specific URLs.
To install from sources:
- Go to chrome://extensions/.
- Click Load unpacked extension.
- Select the
extension
directory.
To configure:
- Go to chrome://extensions/ and click the Options link.
- In Source URL, enter the URL that should be rewritten, e.g.
http://jira.example.com/
- In Destination URL, enter the URL that should replace the Source URL, e.g.
http://example.myvpn.com/jira/
- Now, any link that begins with Source URL will have that replaced with Destination URL. In the example above,
http://jira.example.com/PROJ-123
would be rewritten tohttp://example.myvpn.com/jira/PROJ-123
Notes:
- Make sure to include the protocol, like
http://
. - There is no wildcard support, just a prefix match.
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
By Sijmen Mulder ([email protected]).