Undo Close Tab에 대한 리뷰
Undo Close Tab 제작자: Manuel Reimer
리뷰 591개
- 5점 만점에 5점Mozilla-User 님, 8년 전Manuel, you have created a wonderful addon, thank you!
I have a suggestion for development. Manuel, please add the ability to change the icon and text in the context menu in the add-on settings interface. Changing the text is needed to adapt to the localization of my country.개발자 답글
8년 전에 게시됨To adapt for your localization, the proper way would be to do a full addon translation.
https://lusito.github.io/web-ext-translator/?gh=https://github.com/M-Reimer/undoclosetab/
Would be great if you could do a translation and then use the "Submit changes to the developers" button in this online translation tool (github account required). - 5점 만점에 5점Firefox 사용자 14328508 님, 8년 전
개발자 답글
8년 전에 게시됨Please have a closer look at the addon description:
https://addons.mozilla.org/firefox/addon/undoclosetabbutton/
You have to increase the value of the preference browser.sessionstore.max_tabs_undo- 5점 만점에 5점PERCE-NEIGE 님, 8년 전Edit: I let you 5 stars, I didn't saw the recenlty closed list, because it's with the right click (but I still would prefer to access it with another mean than the context menuà
I will reply to the silly review made by Andralon (who seems a specialist of this). You can't let only one star to an addon, only because you think it shouldn't be featured!! And neither because you think another one is better! That's so absurd that I wish to be able to report that.
And what about the addon who stole your code? Is it reported?
This one seems the original, I've reported the stolen copy that is here: https://addons.mozilla.org/fr/firefox/addon/reopen-closed-tab/개발자 답글
8년 전에 게시됨Thank you for 5 stars. Currently there is no other way to have both (one-click restore of the most recently closed tab and the list). As my primary use case is actually the one-click restore, I don't want to have the list on the left mouse button as there is no possible way to have the one-click restore on the right mouse button then. These are limitations of the API in Firefox. There is absolutely nothing I can do about this. Maybe this will change in the future and if this is the case, my addon will receive an update. 개발자 답글
8년 전에 게시됨This extension only has the list *or* restore the most recently closed tab while my extension can offer both. Left click to restore the most recently closed tab and right click to get the list of recently closed tabs.
If you only need the list, then I agree with you. In this case the extension, you found, may be better suited for you.- 5점 만점에 5점Firefox 사용자 14400648 님, 8년 전
- The extension does exactly what is stated in title and description: it restores tabs, and not just the last one closed, but up to 25 recent tabs.
Also, I've created an issue on github about further functionality that I'd liked to see implemented. Author said "not in the near future" - took him about three weeks to get it done.
Thanks Manuel, this is awesome support! - 5점 만점에 2점Firefox 사용자 14380094 님, 8년 전It takes my CPU (i3-7300) about 30% constantly. (ver 4.3.0, Win10, FF63.0)
- 5점 만점에 5점Firefox 사용자 14346878 님, 8년 전
개발자 답글
8년 전에 게시됨Please provide example theme link and *please* in future file those via github. It's difficult or impossible to discuss and fix this here.
If at all possible, please let's continue this on my github issue tracker.
The latest version is able to adapt to themes which should work for nearly every theme. If it fails for one, then this is a bug. Maybe even a Firefox bug that I have to forward to Mozilla.
Edit: Your issue is handled here now:
https://github.com/M-Reimer/undoclosetab/issues/36
Would be great if you could join in and add some AMO links to themes you have problems with.- 5점 만점에 4점Corky McButterpants 님, 8년 전Terrific extension - have been using it for years.
But Manuel, could you please tell me why 'right-click' functionality is not available when firefox is in 'Fullscreen' mode. It's so annoying having to switch out of fullscreen » use the menu » switch back! Is it a Firefox limitation?
~thanks for the tips Manuel. Just so you're aware - the problem is up in the 'address bar' area, not the toolbar space.개발자 답글
8년 전에 게시됨I didn't notice this, so far. Maybe because I use full-screen very rarely.
I've filed this as issue and linked the upstream bug there:
https://github.com/M-Reimer/undoclosetab/issues/35
You could enable the submenu in the page context menu (Addon settings) as an alternative. Then you may just right-click anywhere in the page to get access to the recently closed tab list.
Sorry but discussing this here is a bit silly. Can you move over to the Github issue, please? Please attach a screenshot of the area you are talking about. - 5점 만점에 5점afeenstra1990 님, 8년 전
- 5점 만점에 5점Firefox 사용자 12165308 님, 8년 전Hi Thanks,it is a great add-on. I wonder maybe you could add a left mouse and right mouse functions changing options, that I prefer left mouse for history list.
개발자 답글
8년 전에 게시됨This has been requested several times, now.
Unfortunately this is not possible.
The only way to have both in one Addon (undo with one click and history list) is to make use of the so-called "browserAction" (Left click only) and add the history to the context menu (right click only). - 5점 만점에 5점Firefox 사용자 12531918 님, 8년 전Could you please add an option to use Ctrl+Z instead of Ctrl+Shift+T? Shortkeys extention does it, but it seems bulky for me to keep it for a single shortcut.
개발자 답글
8년 전에 게시됨"Ctrl+Z" already is used by the browser itself and even if Firefox "frees" it if I register for it as an Addon, I wouldn't want that.
Ctrl+Z is needed if you undo text editing in input boxes.