Simple Gesture for Android 的评价
Simple Gesture for Android 作者: utubo
128 条评价
- 评分 5 / 5来自 Firefox 用户 14023848, 8 年前So far I love this app. Changing tabs always seemed tedious when I was jumping back and forth while researching things. However, if possible I would like an option for undo close tab.
开发者回应
发布于 8 年前Sorry, WebExtentionsApi can not undo close tab on Firefox for Android.
(Because, the "sessions" api is not supported.)
Thank you for your review. - 评分 5 / 5来自 Firefox 用户 12903306, 8 年前Great addon, thank you.
Idea: ability to open tab page with gesture so not to have to hit the icon at the top of the screen. - 评分 5 / 5来自 Firefox 用户 13911937, 8 年前
- 评分 5 / 5来自 Firefox 用户 13911890, 8 年前
- 评分 5 / 5来自 Firefox 用户 12281732, 8 年前
- 评分 5 / 5来自 Firefox 用户 12979178, 8 年前It helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?开发者回应
发布于 8 年前You can pageUp and pageDown with custom-gesture.
Try these code.
------------------------------
/** @name pageUp */
window.scrollByPages(-1, { behavior: 'smooth' });
------------------------------
------------------------------
/** @name pageDown */
window.scrollByPages(1, { behavior: 'smooth' });
------------------------------
Thanks. 开发者回应
发布于 8 年前Sorry, I couldn't find the way to go fullscreen.
Video files (e.g. "*.webm") will cancel fullscreen, if execute this code with Custom-gesture.
---------------------------------------------------------------------------
/** @name Cancel fullscreen */
document.mozFullScreenElement && document.mozCancelFullScreen();
---------------------------------------------------------------------------
Thanks.- 评分 5 / 5来自 Firefox 用户 12867683, 8 年前omg, 1.5 is wonderful, gesture to toggle request desktop site so great, i can uninstall other UA switch! GJ!
- 评分 5 / 5来自 Firefox 用户 13323570, 8 年前Thanks for the great extension. Can you add a gesture to toggle request desktop site?
- 评分 5 / 5来自 Firefox 用户 13435429, 9 年前
- 评分 5 / 5来自 Firefox 用户 13337308, 9 年前