Results 1 to 5 of 5

This is a discussion on Open chrome:downloads window /w button click. within the Plugins Development section, part of the Chrome Plugins category: I'm trying to make a button that opens the chrome's download window. I have the Hello World example addon. This ...


  1. #1
    dre__ is offline Junior Member
    Join Date
    Aug 2009
    Posts
    2

    Default Open chrome:downloads window /w button click.

    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:

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com">
    </html>
    When I click the button, google opens. But, when I replace the url with "chrome:downloads", a blank page opens.

    What am I doing wrong?

  2. #2
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    You can't open chrome:// pages from a normal page.
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

  3. #3
    dre__ is offline Junior Member
    Join Date
    Aug 2009
    Posts
    2

    Default

    Is there another way to do this, while still clicking a button?

  4. #4
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

  5. #5
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    Quote Originally Posted by dre__ View Post
    Is there another way to do this, while still clicking a button?
    Maybe by using the Chrome API. See create.
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

Similar Threads

  1. Middle Click does not open a link in a new tab
    By andrewaaa5 in forum Chrome Troubleshooting
    Replies: 11
    Last Post: 04-27-2011, 01:15 AM
  2. right-click open in new tab problem
    By hewligun in forum Chrome Troubleshooting
    Replies: 2
    Last Post: 07-30-2009, 05:08 AM
  3. Win7 - 2 Downloads Folder
    By devilslackey in forum Chrome Talk
    Replies: 7
    Last Post: 06-11-2009, 05:24 PM
  4. Firefox button
    By Callum in forum General Chat
    Replies: 0
    Last Post: 04-28-2009, 09:44 PM
  5. Disabling Downloads
    By Sleven in forum Chrome Troubleshooting
    Replies: 5
    Last Post: 04-21-2009, 08:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •