Foxy Gestures에 대한 리뷰
Foxy Gestures 제작자: liebs
리뷰 509개
- 5점 만점에 5점Firefox 사용자 14030282 님, 8년 전
- 5점 만점에 5점Firefox 사용자 14029834 님, 8년 전
- I like this extension.
It would be great if you can add 2 more built-in commands: go to first/last page in current tab history. Currently, I can make it work by making use of user scripts like below:
/* go to first page in history of current tab */ for(let i = 0; i < window.history.length; i++) {window.history.go(-i);}
/* go to last page in history of current tab */ for(let i = 0; i < window.history.length; i++) {window.history.go(i);}
Besides, I noticed some comments saying thie extension doesn't work on firefox's pages (like this one). This is not the limitation of this extension. It is the restriction introduced by Firefox on ALL extensions. And it can be bypassed by about:config:
extensions.webextensions.restrictedDomains (empty it, create this string first if it's not there)
privacy.resistFingerprinting.block_mozAddonManager (set it to true, create this boolean first if it's not there) - 5점 만점에 4점Firefox 사용자 14017258 님, 8년 전
- 5점 만점에 4점Firefox 사용자 14013359 님, 8년 전One of few working addons with customized mouse gestures, but have pretty slow response (lag) of like 800ms.
- 5점 만점에 5점Firefox 사용자 13999351 님, 8년 전
- 5점 만점에 5점Firefox 사용자 13875374 님, 8년 전
- 5점 만점에 4점Firefox 사용자 13988534 님, 8년 전
- 5점 만점에 5점Firefox 사용자 12337062 님, 8년 전Базовые функции выполняет, что отлично. Не FireGestures конечно, но...
With basic functions work well. Good addon - On stable release 59.0.2 at the time of review.
Worked great when it works, but it seems to have the right click button held on even after gesture is complete. So when I scroll up or down, it zooms in and out until I press the right click button again. It seems to be linked to rocker gestures and wheel gestures; with both off there is no issue. This is also a problem in a similar add-on called Gesturefy, but the frequency of 'error' is greater with this add-on.
I never had this problem with the original FireGestures; maybe this is API related.
Edit: Found out that this is a conflict between Foxy Gestures and Zoom Page WE, so if anyone has the same problem then you'd have to disable right-click and scroll function in Zoom Page WE so there is no interference. - 5점 만점에 1점Firefox 사용자 13911315 님, 8년 전does not work with touch screen and ask for way too much permissions...
- 5점 만점에 5점Firefox 사용자 13903453 님, 8년 전
- 5점 만점에 3점Firefox 사용자 13078201 님, 8년 전Nice & simple, I like it.
However, it leaves the r-click menu open after a tab close; that's rather annoying. - 5점 만점에 5점Firefox 사용자 13892325 님, 8년 전
개발자 답글
8년 전에 게시됨I explained why I needed the permissions in the description. Anyway, now that I moved to optional permissions it not an issue anymore.- 5점 만점에 5점Jonathan Cardona Rojas 님, 8년 전Thank you so much for this. FireGestures was essential. It's great to have mouse gestures again.
- 5점 만점에 5점Firefox 사용자 13839214 님, 8년 전works great! very comfortable with right click on ubuntu 16.04 on asus touchpad!
- 5점 만점에 1점Firefox 사용자 13211394 님, 8년 전