Per provar els milers de complements disponibles, baixeu el Mozilla Firefox, una manera ràpida i gratuïta de navegar per Internet!
TancaBenvingut a complements de Firefox.
Choose from thousands of extra features and styles to make Firefox your own.
TancaCroâ
Quant a mi
Nom | Croâ |
---|---|
Usuari des de | nov. 20, 2017 |
Nombre de complements desenvolupats | 0 add-ons |
Average rating of developer's add-ons | Encara no s'ha valorat |
Els meus comentaris
Tab Wheel Scroll
Rated 5 out of 5 stars
5 stars for the extension... except in FF57 in wich it's not working anymore.
As mentioned here (see below posts from WakeUp and from Anonymous 4 days ago), I had to use Autohotkey to get a kind of solution. However I had to replace the Tab key by the Page Up/Down keys.
(I'm using it with the excelent "Tree Style Tabs" extension, for vertical tabs)
Here it is :
#IfWinActive ahk_class MozillaWindowClass
;MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
~WheelDown::
MouseGetPos X, Y
if ( X < 205 )
SendInput ^{PgDn}
Return
~WheelUp::
MouseGetPos X, Y
if ( X < 205 )
SendInput ^{PgUp}
Return
Per crear les vostres pròpies col·leccions, heu de tenir un compte al Mozilla Add-ons.