Is it possible to register my own protocol handler in Chrome? This code works in Firefox, but not in chrome:
navigator.registerProtocolHandler("random", "https://www.example.com/?uri=%s", "Random Protocal");
According to MDN , it should start with web+ starting with Chrome 13.
web+