Safari - novo botão da janela na barra de ferramentas

1

É possível ter o botão "nova janela" na barra de ferramentas do Safari (6 +)?

    
por ivanzoid 06.08.2012 / 13:19

2 respostas

0

Finalmente! Eu escrevi minha própria extensão:

Novo botão da janela - extensão do Safari

    
por 30.08.2012 / 22:34
1
Backup Safari.
Install XCode. A bit of overkill for that one button, yes.
Open Safari's package contents (control-click and select Show Package Contents)
Navigate into Contents/Resources/English.lproj
Open ToolbarItems.nib (double clicking should open with Interface Builder)
In the 'ToolbarItems.nib (English)' window, double click on 'First Responder.'
Press Command-Shift-I to bring up the Inspector window, if it's not already open
In the Inspector window, press Command-1 to make sure you're looking at 'Attributes.' Click on Add, and create a new item called newWindow.
In the 'Toolbar Items' window, click on one of the 'torn pictures' and press Command-Shift-I to bring up the Inspector window if it's not already open.
Select the one nearest the Address bar (this should correspond to the placement in the Customise Toolbar menu); this is the 'Add Bookmark' button.
Press Command-2 or choose Connections. Select 'newWindow' and click 'Change Action' or simply double-click on it; there should be a round pushbutton icon next to it now.
Save, quit and test.

Este é um conjunto de instruções modificadas de aqui

Isso é muito para passar em vez de pressionar [Command + N] no teclado enquanto o Safari está aberto.

    
por 06.08.2012 / 14:00