14 κριτικές
- Βαθμολογία 3 από 5από Cr8zy_Ivan, ένας χρόνος πρινSwitching Focus to the New Window (where the Tab has been moved to) does not work.
- Βαθμολογία 5 από 5από lcy, ένας χρόνος πριν
- Βαθμολογία 4 από 5από Ahmed, 3 χρόνια πρινNeeds ability to move to the "last window that user had selected". Moving to "next window" is confusing if a person has 10 windows open.
Also, the "activate window after move" doesn't work. It doesn't activate the window neither by keyboard shortcut nor context menu.
Also, is not able to move multiple tabs. - Βαθμολογία 1 από 5από ferceg, 3 χρόνια πρινIt's 1.5.2.
I managed to reproduce some strange behaviour:
1. Open a window, open few tabs.
2. Select last tab, move to new window.
3. In the old window, select the last tab (rightmost).
4. Tried to move the tab from the new window back to the old window - didn't work.
5. Select another tab in the old window (not the last one).
6. Tried to move the tab from the new window back to the old window - it worked.
-----
Sadly it stopped working correctly a few weeks ago (I can't remember if it was FF update or addon update that caused the problems).Απάντηση προγραμματιστή
δημοσιεύτηκε στις 3 χρόνια πρινHave you updated to the latest 1.5.2 version?
1.5.1 had a bug.
Also is it possible to contact me on the support email?
(on the left side of the addon page: Add-on Links - Support Email ) - Βαθμολογία 2 από 5από Χρήστης Firefox 13228251, 3 χρόνια πρινSadly stopped working. Firefox privacy changes? Using the latest 1.5.1 version. Moves tab to a new window, even when a 2nd window already exists.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 3 χρόνια πρινI cannot find a problem. Are you using the latest 1.5.1 version?
Edit:
I found a problem, when a new window is opened/closed after the browser is started. Can you try version 1.5.2 ? - Βαθμολογία 5 από 5από hallou89, 4 χρόνια πρινthis is the only extension that provides move tab to next window with one click, so i will rate 5-star,
what i really wished was to assign a keyboard shortcut that way you won't use mouse at all. - Βαθμολογία 5 από 5από Роман Деев, 4 χρόνια πρινThank you for implementing this. It already deserves 5 stars.
It would be cool if the extension could move multiple selected tabs. Right now only one moves:(
----
Useful addition 👍 . But there is not enough choice on which window to move the tab. For example, it would be possible to show a list of windows when right-clicking. - Βαθμολογία 5 από 5από Χρήστης Firefox 12975863, 4 χρόνια πρινSimple and awesome. The one thing I would love is a hotkey to trigger the action.
- Βαθμολογία 5 από 5από L.I.T., 4 χρόνια πρινSimple and works great. One feature request and If implemented I'll change to 5 stars easy. If only 1 active window when button is pressed it moves the tab to the end of the line. It'd be awesome if it opened the new window then moved the tab there.
Works great. As promised. 5*Απάντηση προγραμματιστή
δημοσιεύτηκε στις 4 χρόνια πρινReasonable enough, I'll see what can I do.
Alright, new version is up. You can check and give me feedback if it doesn't works as expected. - Βαθμολογία 5 από 5από Yiotis, 5 χρόνια πρινThis should be a available by default, instead of opening the right click menu, Firefox should really add more context menu to button for interface customization.
This extensions does exactly what it should, very useful when many tabs are open and you are at the beginning. The option to have a light or dark version is a very intelligent touch. - Βαθμολογία 5 από 5από CR, 7 χρόνια πρινI love this simple and straightforward addon. But I have a feature request: please add option to change the icon to white, the icon is hard to see since I use dark theme.
EDIT since I can't reply: Yes, you can use browser.browserAction.setIcon() for that.Απάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πρινI'm not sure I can change icons on the fly, but I'll see what I can do. - Βαθμολογία 5 από 5από Marco Agnoli, 7 χρόνια πριν
- Βαθμολογία 4 από 5από Lej77, 8 χρόνια πρινCould be useful but I have multiple windows and might need to move several times to get to the correct one. Therefore it would be nice if the moved tab became the active tab of the window it was moved to. Also I would like the window the tab was moved to gain focus after the tab has been moved.
here is some code to do that:
browser.tabs.update(tabId, {
active: true
});
browser.windows.update(tab.windowId, {
focused: true
});Απάντηση προγραμματιστή
δημοσιεύτηκε στις 8 χρόνια πρινThanks for the review. I had a very simple use case, so that's why the add-on is so simple. I'll add your suggestions and also a right-click context menu for the next versions.