Tab Save & Restore 的评价
Tab Save & Restore 作者: Adit Bhatt
3 条评价
- 评分 3 / 5来自 KT,6 年前Looks like it might be working but I am scared to close it in case it did not save. There is no verification that it did save all the tabs. I have 99 tabs open and don't want to lose them. Thanks. Needs more visual confirmation in this addon.
开发者回应
发布于 6 年前Thanks for your review! Visual confirmation is a great idea, in the new update of this extension I added some feedback on clicking the "Save" button. Just in case you need to confirm, clicking the restore button will show the list of saved tabs. - 评分 3 / 5来自 PERCE-NEIGE,6 年前Ok, but please, add favicons. It's easier to identify the tab content, and it's more aesthetical.
开发者回应
发布于 6 年前Thanks for the review! I hear you about the favicons, but I haven't figured out a consistent way to grab them from websites (not all websites have them at /favicon.ico). If you have any ideas, please share them with me here or on github.
I have tried making the extension more aesthetically pleasing in other areas and would love to hear what you think about the new changes. - 评分 3 / 5来自 Jgr9,7 年前Either the new "Multi-Window Support" is bugged or it's annoying. I frequently find a new window being opened up when I restore my tabs, even though that window's page is not in the list, nor was it open when I saved. Maybe this happens when multiple windows had previously existed (but don't anymore while being saved), but I don't know.
Also, if there's some possible way for you to replace or return a form of the warning box on close that Firefox has now partially removed, where it asks you if you want to save the tabs or not, and have them restore on launch if you did (but not if you didn't), then that would be great.
Response to Dev: Well, since you have to have it open to restore, restoring to a new window while just your homepage is open is kind of annoying.开发者回应
发布于 7 年前Thanks for the review! I will look into what is causing the new window to open up, potentially the list is not being cleared properly on save. The extension is designed to save links from all open tabs of all non-private windows into the list. When "Restore All" is clicked, the saved links are restored in newly created windows.
For example, if when you hit save you had the following windows/tabs:
- Window 1: Tab A, B, C
- Window 2: Tab D, E, F
After closing and reopening your browser you already have one window open and potentially multiple tabs. Clicking "Restore All" will result in the following:
- Window 1: Tab X, Y, Z, ... [This is the state of your current window; it should be unchanged from before clicking "Restore All"
- Window 2: Tab A, B, C
- Window 3: Tab D, E, F
Do you think this is a good way to tackle preserving Window organization? Other options include appending the tabs of the first saved window (A, B, C) to the current window and only creating a new window for the subsequent saved windows.
Please submit a github issue with steps to reproduce this bug if you can: https://github.com/avbhatt/tabs/issues
I think your idea to prompt to save tabs on close is great. I will look into that for sure. In an effort to make this extension as non-intrusive as possible I may have to include some sort of options page to configure this. If you would like to submit a feature request, please do so on the same github issues page: https://github.com/avbhatt/tabs/issues
Again, thank you for the feedback. I truly appreciate it.