It is currently March 28th, 2024, 8:58 am

How to go to chrome-specific links via Honeycomb

Get help with creating, editing & fixing problems with skins
Post Reply
Doombot1
Posts: 1
Joined: May 4th, 2018, 9:39 pm

How to go to chrome-specific links via Honeycomb

Post 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
Post Reply