Page 1 of 1

How to go to chrome-specific links via Honeycomb

Posted: May 4th, 2018, 9:48 pm
by Doombot1
Hello!

I'm trying to customize a honeycomb icon to allow me to visit chrome-specific links. For example, I want to be able to go to "chrome://downloads" or "chrome://apps" on a left/right/middle click. I know how to configure it to go to normal http:// and https:// links, and have successfully done so many times before. But I can't figure out how to get to links like the one above. Using the syntax

Code: Select all

LeftMouseUpAction=["C:/[My Filepath]/chrome.exe" "https://cnn.com"]
works (obviously, it takes me to cnn.com). But using

Code: Select all

LeftMouseUpAction=["C:/[My Filepath]/chrome.exe" "chrome://downloads"]
takes me to chrome's standard new tab page, rather than to my downloads page. And using

Code: Select all

LeftMouseUpAction=["chrome://downloads"]
does nothing at all, whereas

Code: Select all

LeftMouseUpAction=["http://cnn.com"]
works just fine. Any ideas as to how I could do this?

Thanks for the help!

~Doombot1