I'm trying to make a button that opens the chrome's download window.
I have the Hello World example addon.
This is the code I have so far:
When I click the button, google opens. But, when I replace the url with "chrome:downloads", a blank page opens.Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com"> </html>
What am I doing wrong?


LinkBack URL
About LinkBacks



Reply With Quote


