Foxy Gestures 的评价
Foxy Gestures 作者: liebs
494 条评价
- 评分 5 / 5来自 Firefox 用户 14014736,6 年前
- 评分 4 / 5来自 Firefox 用户 13900966,6 年前
- 评分 5 / 5来自 Jörg,7 年前----ICH FIND EINFACH TOLL DAS ICH EUCH "LEIDER" SCHON FAST BLIND VERTRAUE---HATTE ICH MEHR DAMPF UNTERM kESSEL WÜRDE ICH NOCH MEHR DIESER HELFERCHEN INSTALLIEREN----ABER DAS MACHT MEIN ALTER ASUS (2012) NICHT MEHR MIT -BIN FROH DAS WIN != FAST PROBLEMLOS LÄUFT!LG JOERG
- 评分 5 / 5来自 Firefox 用户 14044998,7 年前
- 评分 5 / 5来自 Davin,7 年前Excellent extension. One request: Please make the "Close Other Tabs" gesture works as default Firefox behaviour. Currently Foxy closes all other tabs without any warning. Thanks!!!
- 评分 3 / 5来自 Red Fox,7 年前Seems to work, but one drawback make me to uninstall this add-on. After the gesture "Back" - move mouse from right to left it seems that something makes the status of "Ctrl" key as "pressed infinitely". So after this gesture the mouse wheel works as the Zoom In-Out of page instead of normal scrolling. Maybe I should change something in add-on options, but I have not found anything to correct this problem.
开发者回应
发布于 7 年前This is a known conflict with Zoom Page WE
Disable the wheel zoom feature in that extension
https://github.com/marklieberman/foxygestures/issues/236 - 评分 5 / 5来自 meega,7 年前
- 评分 5 / 5来自 Firefox 用户 14030282,7 年前
- 评分 5 / 5来自 Firefox 用户 14029834,7 年前
- 评分 5 / 5来自 nektarin,7 年前
- 评分 5 / 5来自 dohanin,7 年前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) - 评分 4 / 5来自 Firefox 用户 14017258,7 年前
- 评分 4 / 5来自 Firefox 用户 14013359,7 年前One of few working addons with customized mouse gestures, but have pretty slow response (lag) of like 800ms.
- 评分 5 / 5来自 lokky,7 年前
- 评分 5 / 5来自 Firefox 用户 13999351,7 年前
- 评分 5 / 5来自 Firefox 用户 13875374,7 年前
- 评分 4 / 5来自 Firefox 用户 13988534,7 年前
- 评分 5 / 5来自 Firefox 用户 12337062,7 年前Базовые функции выполняет, что отлично. Не FireGestures конечно, но...
With basic functions work well. Good addon - 评分 3 / 5来自 PeterCPH,7 年前Its okay. but definitely not as good as the good old fire gestures in pre-quantum firefox. It doesnt work on all kind of pages. E.x. not this page.
- 评分 5 / 5来自 Wingpin,7 年前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 / 5来自 iioiooioo,7 年前This is the best gesture support for a browser in existence. Well done, thank you!