How to add a bookmarks button to your Google Chrome toolbar

Just right click your Chrome shortcut and choose properties. In the target box, add a space and --bookmark-menu after chrome.exe. the result should something look like this:
This works on versions 2, 3, and 4 of Google Chrome, so it's a tweak anyone can use. That is, as long as you're running Windows - my Linux and Mac versions don't seem to be able to add the button yet.C:\Users\LeeM\AppData\Local\Google\Chrome\Application\chrome.exe --bookmark-menu
Netbook users, enjoy your extra 28 vertical pixels!
Note: as mentioned in the comments, yes, you CAN add multiple switches - just put a space in between each one like so:
chrome.exe --enable-user-scripts --enable-sync --bookmark-menu













Comments
16
Subscribe to commentsFredSep 1st 2009 2:19PM
THANK YOU.
This was my one complaint regarding Chrome, that it does so well at getting read of, well, chrome, but almost forces you to have a bookmark bar open, just for the menu.
Now, it's minimal and functional, and I don't have to mash ctrl-B all the time! (and yes I am on a netbook)
Has this always been there? a recent update?
Money MikeSep 1st 2009 2:30PM
It would be cool if you also explained to people that you can add multiple switches, and how to add them.
I've figured out that it's possible to add more than one switch by separating them with a space, but this isn't the first switch you've written about, so it's logical that people will want to use more than one.
My target line now looks like:
"C:\Documents and Settings\...\Local Settings\Application Data\Chromium\Application\chrome.exe" --enable-extensions --enable-user-scripts --bookmark-menu
Lee MathewsSep 1st 2009 2:32PM
Pro tip, Mike! Added.
phezSep 1st 2009 2:49PM
Also, if you're like me - who can't fathom the concept of accessing bookmarks from the right side of the screen, just add a new folder to the bookmark manager called, say, Bookmarks, put all your bookmarks in there, and add it to the bookmark bar. Voila, left-aligned bookmark menu.
62nvonSep 2nd 2009 12:32PM
That is cool, but it does not solve the problem of having the bookmark bar showing to access bookmarks, which this tip eliminates.
216Sep 1st 2009 5:11PM
WOW why isn't this the default setting? My netbook and I will gladly accept our 28 pixels back
BrianSep 2nd 2009 10:55AM
Are there more useful switches?
Also the userscript one doesn't work for me.
Lee MathewsSep 2nd 2009 10:57AM
Brian, do you have a dash between user-scripts?
Check the Chromium dev notes page and see if you've missed something. It's the top part of the page you need to look at: http://dev.chromium.org/developers/design-documents/user-scripts
MatthewSep 2nd 2009 10:56AM
Sorry to be a little dense.
tried this several times; reread the directions, etc
I keep getting a "Problem with my shortcut" box that says:
The name 'C:\Documents and Sett....\Application\chrome.exe. --bookmark-menu' specified in the Target box is not valid. Make sure the path and file name are correct.
(Is there some reason Google can't just allow us to turn this function on and off? Some of us take the small yellow school bus to the internet each day!)
Lee MathewsSep 2nd 2009 10:57AM
try putting quotes around the first part, then add your switches:
"C:\[...]\chrome.exe" --bookmark-menu
MatthewSep 2nd 2009 11:15AM
LM
-thx for your reply
Unfortunately, it didn't work.
I'm wondering if my "start-In" field is the issue?:
"C:\Documents and Settings\Matt\Local Settings\Application Data\Google\Chrome\Application"
any other ideas
thx in advance for your time
M
SifJarSep 2nd 2009 3:10PM
Is there somewhere with a list of all current Chrome switches and their functions?
JosephSep 2nd 2009 2:23PM
Matthew, Your "startin field" looks fine. After Playing around with this a bit, this is what worked for me--My "target field" now looks like this-"C:\Documents and Settings\Joe\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --bookmark-menu". (Quotation marks after exe"& Menu" made this super dupper tip from Lee work for me). Thanks Lee.
gordon55ySep 2nd 2009 7:26PM
Is there a switch to reduce the number of blank pixels between
the top of the tab and the top of the window?
I reckon it is about 20 pixels.
gordon
Arsen YereminNov 10th 2009 6:59PM
Wish I could access this menu using a keyboard shortcut. Looking at autoit and autohotkey to have this function.
Arsen YereminNov 10th 2009 7:39PM
In AutoHotkey (http://www.autohotkey.com/download/)
MouseClick, left, 1346, 56
ExitApp
I assigned a global shortcut to this function. It's crude, but it works. I hope chrome adds a stand shortcut for this menu in the next few months.