https://github.com/karan/chrome-url-alias
Chrome extension to set URL aliases ("m/" goes to "mail.google.com" etc)
https://github.com/karan/chrome-url-alias
Last synced: 10 months ago
JSON representation
Chrome extension to set URL aliases ("m/" goes to "mail.google.com" etc)
- Host: GitHub
- URL: https://github.com/karan/chrome-url-alias
- Owner: karan
- License: apache-2.0
- Created: 2015-08-27T04:04:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T11:34:32.000Z (about 2 years ago)
- Last Synced: 2024-12-09T04:22:56.577Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://bit.ly/url-alias
- Size: 133 KB
- Stars: 113
- Watchers: 14
- Forks: 28
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# URL Alias

A handy Chrome extension to set URL aliases.
[](https://chrome.google.com/webstore/detail/url-alias/nelckmdlallhkgniidbfafekeldjnakb)
### Example:

## Features
#### Static aliases
*m* (Alias) -> *https://mail.google.com* (Redirect)
#### Dynamic aliases
You can use `###` as a placeholder and anything matching that pattern will be replaced.
Example:
*r/###* (Alias) -> *http://reddit.com/r/###* (Redirect)
#### Aliases synced with Google Account
All settings are synced with Google and available even if you change computers.
## License
Apache 2.0