Reputation: 83
I am making my own personal homepage for my chrome web browser. I want to add a link on this page to go to my downloads page. Such as if I were to hit ctrl+j or just type in "chrome://downloads" in my address bar. I have a link set up and I set the href attribute to "chrome://downloads" but it will not open. It does nothing at all.
Before anyone says to search for an answer, I have been searching for about an hour now.
example of my link:
<a href="chrome://downloads" target="_blank">Downloads</a>
Upvotes: 3
Views: 107