Undo Close Tab 的评价
Undo Close Tab 作者: Manuel Reimer
543 条评价
- 评分 4 / 5来自 Firefox 用户 14483362,6 年前
- 评分 5 / 5来自 utubo,6 年前
- 评分 5 / 5来自 Mozilla-User,6 年前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.开发者回应
发布于 6 年前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来自 funny2me2,6 年前
- 评分 5 / 5来自 Firefox 用户 14328508,6 年前
- 评分 5 / 5来自 Vidal,6 年前
- 评分 4 / 5来自 GASH,6 年前This is a very good and helpful addon, but I have a problem. I can't set the amount of closed tabs to 25. No matter what I do, there are only 10 (5 in menu and 5 in kontext menu). Is there a way to fix it?
开发者回应
发布于 6 年前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来自 Firefox 用户 12765209,6 年前
- 评分 5 / 5来自 PERCE-NEIGE,6 年前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/开发者回应
发布于 6 年前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. - 评分 1 / 5来自 Andralon,6 年前just tested it.
"Undo Close Tab Button by Button Guy"
is superior and should be the Featured Extension开发者回应
发布于 6 年前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来自 P0tZ,6 年前
- 评分 5 / 5来自 Firefox 用户 14400648,6 年前
- 评分 5 / 5来自 gpm,6 年前
- 评分 5 / 5来自 firefrog,6 年前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 / 5来自 psi-x,6 年前Быстро возвращает вкладку с историей. Вписывается в интерфейс. Жаль на андроид не идет
- 评分 5 / 5来自 Николай,6 年前
- 评分 5 / 5来自 Firefox 用户 14346878,6 年前
- 评分 5 / 5来自 doneykoo,6 年前
- 评分 5 / 5来自 Le,6 年前
- 评分 5 / 5来自 leonsyz,6 年前
开发者回应
发布于 6 年前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.- 评分 4 / 5来自 Corky McButterpants,6 年前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.开发者回应
发布于 6 年前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,6 年前
- 评分 5 / 5来自 Firefox 用户 12165308,6 年前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.
开发者回应
发布于 6 年前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).