| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| As little screen space as chrome's bookmark bar, navigation bar, and tab bar take up, I would love for someone to make an extension to auto-hide these, and pop-up on mouse-over. Actually, if someone can make an extension to autohide even one of these, I would be thrilled. You can do this on firefox, and I am extremely close to switching back. Please do not let me do this! Thanks |
|
#2
| ||||
| ||||
| I don't know if such can be made but you can always hide the bookmark bar using Ctrl + B and will be only shown in the new tab page. In addition you can use the bookmarks button by adding --bookmark-menu to your shortcut instead of the bar. Last edited by mg2; 11-26-2009 at 03:16 PM.. |
|
#3
| |||
| |||
| @dberm22; Hit F11 and it all turns into blue sky... And damned fast, too! (I quite like the little black panel which discreetly tells you that hitting F11 again will reverse the process - not that it's really needed though).
__________________ Veesteronnalaptop, and Chrome extension mods at http://gochrome.letsdoo.org |
|
#4
| ||||
| ||||
| You can also map F11 to a Mouse button combination using Autohotkey (if you're not familiar with this program i could write you the script) |
|
#5
| ||||
| ||||
| The best thing about Autohotkey is that your taskbar remains visible!!! On Left+Right mouse click: Code: ~LButton & ~RButton::
if WinActive("ahk_class Chrome_WindowImpl_0")
{
Send, {F11}
Send, {Escape}
}
return Code: ~MButton::
If (A_PriorHotKey = A_ThisHotKey and
A_TimeSincePriorHotkey < 500) {
if WinActive("ahk_class Chrome_WindowImpl_0")
{
Send, {F11}
}
}
return Last edited by mg2; 11-26-2009 at 11:14 PM.. |
|
#6
| |||
| |||
| I'm aware of both the F11 and the bookmark-menu thing, but thats not exactly what I was looking for. Can you map F11 to a mouse gesture (or location) instead? |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [New Ext] Tabs MRU navigation | hpuiu | Chrome Plugins | 9 | 03-04-2010 01:06 PM |
| Hide extension bar? | tacticalbread | Chrome Troubleshooting | 2 | 09-25-2009 11:06 PM |
| Hide Favicons | geeman89 | Chrome Tips & Tricks | 5 | 06-17-2009 11:27 AM |
| How do I get auto-fill??? | leonard | Chrome Troubleshooting | 1 | 04-24-2009 11:38 AM |
| Closing tabs/undoing to previously closed tabs | sam2 | Chrome Plugins | 3 | 04-16-2009 11:16 AM |