Shqyrtime për Simple Gesture for Android
Simple Gesture for Android nga utubo
118 shqyrtime
Përgjigje zhvilluesi
postuar më 6 vite më parëSorry, WebExtensions of Firefox for Android can't restore tabs.- Vlerësuar me 5 yje nga 5 të mundshëmnga 13867479 përdoruesi Firefox-i, 6 vite më parëadd on not work ,need sing
‐-------------
pls add close same tab,or close same link in tab
tanx for usefully app ❤
-------------
"move to an already opebed tab " is automatic work , but I mean close same url tab with special gesture;
look like ( close current tab - close all tab - close other tab )
you can add (close same url tab )
tnx for usefully app❤
-------------
app not work need singPërgjigje zhvilluesi
postuar më 6 vite më parëDoes "same tab" mean "same url tab" ?
So, how is "Move to an already opened tab" addon.
https://addons.mozilla.org/ja/firefox/addon/move-to-an-already-opened-tab/
This addon prevents to open same url.
thx.
-------------
OK, I add "Close same URL" in version 2.12.
But, Firefox for Android has a bag, so this often does not work well . (╥﹏╥) - Vlerësuar me 5 yje nga 5 të mundshëmnga 13137132 përdoruesi Firefox-i, 6 vite më parëWorking on Windows and Android. Touch Swipe Addon.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13933116 përdoruesi Firefox-i, 6 vite më parëhello
This addon is very useful
I have an suggestion, is it possible to open and run javascript on a link for example :
SimpleGesture.openExe('google.com','javascript');
And if it's possible how much deep can it goes?
for example:
SimpleGesture.openExe('google.com',
'SimpleGesture.openExe("facebook.com","javascript")');
And there is a problem with simple gesture command it doesn't care about javascript delay like setTimeout or if or... for example:
setTimeout(SimpleGesture.doCommand('close'),5000); or SimpleGesture.doCommand('close');
both close current tab immediately
is this a limitation of addon or it's just a bug that happens for me
Thanks
________________________
Thanks for fast response and fast update your addon is awesome
SimpleGesture.open("google.com", {
code: 'alert("hello");'});
not working it just open new tab with this domain:
moz-extension://666e2979-c645-4046-9163-370bfaee0483/google.com
Thanks
__________________
It works like a charm
Thanks
___________________
Hi again
It's not working due to Mozilla's signature policies, are you going to sign the addon?
ThanksPërgjigje zhvilluesi
postuar më 6 vite më parë> SimpleGesture.openExe
That's a good idea.
I will add SimpleGesture.open(url, options) in the next version. (This may take some time.)
for example
SimpleGesture.open('google.com', {
javascript: `alert('hello');`,
inNewTab: true, // default value is true
active: true // default value is true
});
> And if it's possible how much deep can it goes?
Sorry, this may not work in deep.
> setTimeout(SimpleGesture.doCommand('close'),5000);
Try this :)
setTimeout(() => { SimpleGesture.doCommand('close'); }, 5000);
Thanks
UPDATE 2018/12/04
I add a new API "SimpleGesture.open" in version 2.11.
(I changed the name of option from "javascript" to "code", like the "browser.tabs.executeScript" API.)
see
https://github.com/utubo/firefox-simple_gesture/wiki/SimpleGesture.open
Thank you for your suggestion
>SimpleGesture.open("google.com", { code: 'alert("hello");'});
Fix "google.com" to "https://www.google.com"
I thought about adding "https://" automatically, but I stopped. - Vlerësuar me 5 yje nga 5 të mundshëmnga 14440628 përdoruesi Firefox-i, 6 vite më parëAndroidでFirefoxを使ってる人は一度インストールしてみることをお勧めします!
(特に片手での操作がメインの人)
とても良いアドオンなのですが、もし技術的に可能なのであれば
・タブ一覧の表示
・閉じたタブの復元
が実装されれば大変ありがたいです。
最後になりましたが、アドオンの公開、誠にありがとうございます。Përgjigje zhvilluesi
postuar më 6 vite më parë使ってくださってありがとうございます。
> ・タブ一覧の表示
手前味噌かつ実験中ですが、タブの一覧を表示するアドオンを作りました。
タブ一覧のURLをジェスチャに登録することでジェスチャでも呼び出せます。
https://addons.mozilla.org/ja/firefox/addon/tab-manager-for-mobile/
そのうちFirefoxがアドレスバーを下側に設定できるようにアップデートされる噂も
あるのでそれまでは耐えるしか無いかもです。
> ・閉じたタブの復元
現在Android版はFirefox側のAPIが実装されてないのでできません。(セキュリティの関係?)
APIが実装されたらジェスチャに設定できるようにしようと思います。 - Vlerësuar me 5 yje nga 5 të mundshëmnga davi, 7 vite më parëThe most usefull addon for firefox android. Wish It had a gesture for also opening the browser menu (the three dots on the upper right corner), it.s the only thing missing in my opinion.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13436854 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Ilya Rysenkov, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13602547 përdoruesi Firefox-i, 7 vite më parëI installed it 10 minute ago and it gets time to get used to it but it's fantastic. I was missing some basic description as of how this works (didn't even know what L-D-R meant) but an article about the app helped me).
- Vlerësuar me 5 yje nga 5 të mundshëmnga Emplate, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 12923109 përdoruesi Firefox-i, 7 vite më parëЖесты можно настраивать на кучу разных действий, некоторые можно запрограммировать. И оно нормально работает на андроиде.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13568616 përdoruesi Firefox-i, 7 vite më parëThank you! It works fine in firefox 61 in windows 10. Just one thing, is it possible to add a "exit fullscreen" gesture?
Përgjigje zhvilluesi
postuar më 7 vite më parëSorry, the Web-Extension API can not exit fullscreen.
thx.
p.s.
You can do it when playing video with fullscreen. (e.g. youtube)
https://github.com/utubo/firefox-simple_gesture/wiki/Simple-Gesture-Tips#cancel-fullscreen-only-media-player - Vlerësuar me 5 yje nga 5 të mundshëmnga 12957458 përdoruesi Firefox-i, 7 vite më parëquick gesture が使えなくなりこれを見つけました。quick gestureより設定が楽かもしれません。感謝。
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13127361 përdoruesi Firefox-i, 7 vite më parëmy only real interest was being able to swipe from and to open tabs at my whim and this add-on works like a charm on that front. this fills in the gap that the now defunct 'mobile swipe' add-on left in my soul.
my only concern is how certain system tabs such as the add-ons menu or the add-ons explorer (this screen for instance) don't allow the swipe feature. guess it's just hardcoded?
DISCLAIMER: for those unable to get this add-on to work, close all tabs and restart the browser. I was on my way to spruce up a negative review until I did that by accident and found the add-on working properly.Përgjigje zhvilluesi
postuar më 7 vite më parëThe new WebExtensions add-on does not work system tabs or some sites.
P.S.
If you want to make it work on Mozilla websites, see here.
https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
thx. - Vlerësuar me 5 yje nga 5 të mundshëmnga FaeGiN, 7 vite më parëmoz-extension://3ede1298-813a-46af-a5ad-1395c505d3b9/dashboard.html#dyna-rules.html This is just SUPERBILICIOUS!
Gestures Rock! - Vlerësuar me 5 yje nga 5 të mundshëmnga 14023848 përdoruesi Firefox-i, 7 vite më parë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.
Përgjigje zhvilluesi
postuar më 7 vite më parëSorry, WebExtentionsApi can not undo close tab on Firefox for Android.
(Because, the "sessions" api is not supported.)
Thank you for your review. - Vlerësuar me 5 yje nga 5 të mundshëmnga neobim, 7 vite më parëAbsolutely essential addon, mobile firefox is nearly unusable without this.
Using next tab, previous tab, and reload gestures only--works amazingly well.
Thank you so much for this addon, I can't imagine using firefox without it. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13230603 përdoruesi Firefox-i, 7 vite më parëThis should be a default on Firefox. Great addon!
- Vlerësuar me 5 yje nga 5 të mundshëmnga 12903306 përdoruesi Firefox-i, 7 vite më parë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. - Vlerësuar me 5 yje nga 5 të mundshëmnga 13911937 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13911890 përdoruesi Firefox-i, 7 vite më parë