Having to hit the X to close out that bar over and over is such a pain. When a download completes, I want to have the bar clear itself and leave the bottom of the screen, similar to the way Download Statusbar for Firefox does. How do I do this?
|
|
Found this Chrome extension today. It's relatively new, available since May 22, 2012:
User Reviews:
|
|||||||||
|
|
Go to In this, there is an option called "New Download UI". This will disable the downlaod bar. You can keep track of your downloads using the downloads tab ( However, doing this breaks the ability to install userscripts! You have to go and change it back in order to install userscripts. NOTE: It seems, this option is missing in newer releases (version 22 onwards). |
|||||||
|
Although this is currently one of the most requested features as can be seen here there is currently no way to do this. I have also not found any extension yet that supports this functionality. |
||||
|
|
|
Easier keyboard shortcuts (Windows): CtrlJ, CtrlW (open Downloads tab, close it) |
|||||||||||
|
Keyboard shortcut solution for Mac usersThe Download Bar has been my #1 complaint about Google Chrome ever since I started using it, and was often a reason to switch back to Safari as my main browser. Every now and then I go through all the Google Groups topics about this, but even though there've been bug reports and feature requests about this for years, nobody at Google can be bothered to add a simple "Close Download Bar" keyboard shortcut or a "Don't show the Download Bar" checkbox in the settings. Furthermore, the Download Bar isn't added within the window, the window is resized and then the Download Bar gets added. Hello Google, this isn't 1995 where JavaScripts are constantly resizing your application windows. I am the user, and I decide how large my windows should be. When you close the Downloar Bar right away, the window size is restored though. However, when you interact with other applications for a while and then return to Google Chrome to close the Download Bar, it forgot the original window size for some reason, and you're stuck with the resized window. This probably isn't a problem on a screen with a high resolution, but on laptops where you have less screen real estate, it can be really annoying. Because of the resizing, I started looking into finding a solution using AppleScript. And while I was working on that, I found a way to automate the closing of the Download Bar as well. AppleScript that closes the Download BarHere's what it does:
Like I said, after a while Google Chrome forgets the original window size. The bounds in the script are how I prefer my browser window on my MacBook Air resolution. You can remove this, or set it to whatever you want. I guess it's also possible to determine what the bounds are after the window has been resized, and then calculate what they were if you subtract the height of the Download Bar. Install AppleScript as Service with keyboard shortcutThe easiest way to run this script is to install it as a system wide Service that you can then activate using a keyboard shortcut. To do this, follow these steps:
Next:
And that's it. Now, whenever you press your key combo, Google Chrome will be activated (if it wasn't already), and the AppleScript is loaded removing the Download Bar. So it's also an easy way to quickly return to Chrome, e.g. when you did something with the file you downloaded.
|
||||
|
Auto-closing the download shelf? Ha! Good luck with that; the devs are resolute to not implement that for some reason. However, they have made it so that opening a file (ie, by clicking on its download-bar entry) will remove it, and if the bar is empty, then it will hide. They also refuse to make an option to not show the shelf at all. |
|||||||
|
|
For what it's worth, you can close it with the keyboard by doing:
Seems tedious, but if you do it a couple times, it becomes second nature. UPDATE: Actually, I noticed you can also do this:
|
|||||||||
|
|
I did something close to Alec here, but my code is a little more efficient and less likeley to fail - mostly because it doesn't rely on keyboard shortcuts (much) and dynamically checks whether the shortcuts has registered before it goes on. Enjoy!
|
|||
|
|
|
You can get rid of the download bar with a keyboard shortcut: |
||||
|
|
