Nova atualização 2017
Você pode fazer isso agora, com uma pequena alteração de configuração e um bookmarklet. (Eu não experimentei atalhos na área de trabalho, mas pode ser possível.)
- Vá para
about:config
e defina dom.disable_window_open_feature.location
para false.
Isso é opcional, mas remove a barra de localização desativada na parte superior da janela.
-
Crie um bookmarklet (que é realmente apenas um favorito regular, mas executa Javascript):
javascript:(function(){window.open("https://www.google.com/","_blank","menubar=no,location=no,toolbar=no,scrollbars=yes,left=150,top=50");})();
Substitua https://www.google.com/
pelo seu URL.
Quando você abrir este bookmarklet, ele abrirá o site em uma janela dedicada separada. Você pode querer ajustar os valores de left
e top
conforme necessário.
Dica de bônus: Se você tiver "Mostrar suas janelas e guias da última vez" ativado, quando você sair e reiniciar o Firefox com a janela dedicada aberta, também é restaurado.
Resposta anterior
Atualização: O suporte para este sinalizador parece ter sido removido das versões mais recentes do Firefox.
O Firefox tem uma sinalização terrivelmente insuficientemente documentada -chrome
:
firefox.exe -chrome http://superuser.com
Como atalho de aplicativo do Chrome :
- Creates a basic window with just the web page and the plain window chrome (no tab bar, address bar, etc).
- Usable as an "application".
Ao contrário do atalho do aplicativo Chrome :
- The window is always created with the full size of the page. For AJAX-based empty pages that only fill themselves after page-load, this would result in a very tiny window at the top-left corner of the screen. Thankfully you can manually resize the window.
- If you try
superuser.com
, you will get a window that's very very long.
- Undocumented flags
-width
and -height
do not work.
- It may be possible to have a post-launch process find the window and adjust the window size automatically, but that seems too much work for the average user.
- Favicon is not used as the window icon. The window still has the Firefox icon.
- In Windows taskbar grouping, the window is grouped with Firefox's main window. In Google Chrome, an application shortcut really runs as separate Windows program and is not grouped with Chrome's main window.
- Due to this, if a shortcut to the app is pinned in the taskbar, the shortcut doesn't become the window of the app.
- Also, exiting Firefox will close the app. Launching again will not restore the app even if Firefox is set to restore all tabs and windows.
- No right-click menu. No back-forward functionality (even with keyboard shorcuts). Cannot reload or zoom. Doesn't remember zoom set in Firefox main window.
- Using arrow keys to move text caret when typing in a textbox can sometimes produce weird results.
- This feature sometimes causes Windows to enter a black screen and come back with "Windows Basic Color Scheme" mode (all Aero effects will be gone). I would classify this as a bug. It doesn't always happen.
- If this happens, open command prompt and run
net stop uxsms
followed by net start uxsms
.
Além dos problemas acima, funciona bem.