Benvenuto in SeaMonkey Add-ons.
Aggiungi nuove funzionalità e stili per rendere SeaMonkey veramente tuo.
ChiudiRecensioni per Hide Menubar
328 recensioni per questo componente aggiuntivo
Assegnate 5 su 5 stelle
Great Addon!
Q1: I have installed HideMenubar 3.6, and restarted Firefox, but menubar is still there, it seems not working?
Ans: Right-click on menubar -> Uncheck the "Menu Bar".
This helped a lot! Might be better to hide the menu bar as default.
Assegnate 5 su 5 stelle
Great Addon!!!
PS: If Menu doesn't hide:
Right-click on menubar -> Uncheck the "Menu Bar".
Assegnate 5 su 5 stelle
Great space saving.
Questa recensione riguarda una versione precedente (3.6.20100512) del componente aggiuntivo.Assegnate 1 su 5 stelle
Q1: I have installed HideMenubar 3.6, and restarted Firefox, but menubar is still there, it seems not working?
Ans: Right-click on menubar -> Uncheck the "Menu Bar".
---
When I right-click the menu bar, there is no item called "Menu Bar".
Assegnate 5 su 5 stelle
I'm the developer of Personal Menu: https://addons.mozilla.org/en-US/firefox/addon/3895/
As the description in Developer Comments in Personal Menu, would you offer me the permission of including Hide Menubar in Linux version of Personal Menu?
Welcome to include my code.
Assegnate 5 su 5 stelle
Works perfecty with Firefox 3.6.3. Oh, how I missed this!
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 1 su 5 stelle
Doesn't actually work.
Using the NASA Night Launch theme, if that matters.
Otherwise I'm doing nothing special with that area. I moved the location bar up to the menu, but I moved it out and re-tested and can confirm that this addon doesn't do anything.
Perhaps it's because I've remapped accesskeys to use alt?
Assegnate 5 su 5 stelle
Скажу кратко, СПАСИБО!
Чтобы после установки заработало, убирите галочку с "Панель меню"...
Assegnate 5 su 5 stelle
Perfect. I use it for Firefox and Thunderbird. The version for Thunderbird can at this time be found through the link by the author: http://forums.mozillazine.org/viewtopic.php?t=766485)
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 5 su 5 stelle
O kurczę odrazu po napisaniu poprzedniego tekstu, doszedłem co i jak. Poprostu miałem zaznaczony menu bar w opcjach FF po odznaczeniu pokazuje się tylko po wciśnięciu ALT-a.
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 5 su 5 stelle
Niestety u mnie ten dodatek nie działa. Nie mam pojęcia dlaczego w poprzedniej wersji przeglądarki działał jak trzeba. Ale w wersji Firefox-a 3.6 nie działa wogóle. Ktoś może wie dlaczego? Ocenę daję najwyższą bo to bardzo dobra rzecz, tylko żeby jeszcze działało na najnowszej wersji FF
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 5 su 5 stelle
Not necessary for windows but it is an essential extension for linux!
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 5 su 5 stelle
Great extension. It makes things more compact. I use it with the NEW Glasser extension.
@Casper A: Maybe we want the convenience of having the menu hidden but quickly and easily accessible just by clicking ALT. If you don't see any use in it, then don't get it but don't be an idiot and 1-star it.
Assegnate 5 su 5 stelle
Awesome - thanks!
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 5 su 5 stelle
Great. Does what it says.
@casper a: Use your head before rating. You cannot hide the menubar by default. This extensions adds it to the view menu.
Assegnate 5 su 5 stelle
The extension works great. However, if the right Alt works as AltGr in your keyboard layout, then the right Alt is interpreted as Ctrl+Alt by Windows and the browser. If you feel that AltGr (right Alt) should show/hide the manubar as well as your left Alt, then you should alter the event listener (in hidemenubar.xul) accordingly:
// implement: press "alt" key to control the menubar display
window.addEventListener("keydown",
function(event) {
if (toolbar.autohide) {
if ((event.keyCode == KeyEvent.DOM_VK_ALT) && !event.shiftKey && !event.metaKey) {
toolbar._inactive = toolbar.inactive;
toolbar._altKey = true;
return;
} else if (event.keyCode != KeyEvent.DOM_VK_CONTROL) {
delete toolbar._inactive;
delete toolbar._altKey;
}
}
}
, true);
window.addEventListener("keyup",
function(event) {
if (toolbar.autohide && toolbar._altKey) {
if ((event.keyCode == KeyEvent.DOM_VK_ALT) && !event.shiftKey && !event.metaKey) {
toolbar.inactive = !toolbar._inactive;
} else if (event.keyCode != KeyEvent.DOM_VK_CONTROL) {
delete toolbar._inactive;
delete toolbar._altKey;
}
}
}
, true);
Assegnate 4 su 5 stelle
you mean Firefox 3.6 has the ability of AUTOhiding the menubar?
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 3 su 5 stelle
Firefox 3.6 has this feature already...why is an addon necassary?
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 5 su 5 stelle
Works great! Small and simple extension.
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Assegnate 4 su 5 stelle
Sweet. Thanks
Questa recensione riguarda una versione precedente (3.6.20100218) del componente aggiuntivo.Per creare una tua raccolta devi avere un account per Mozilla Add-ons.