Tab manager 的评价
Tab manager 作者: Ale
14 条评价
- 评分 5 / 5来自 退出中共邪教党团队保命, 14 天前
- 评分 5 / 5来自 退出中共邪教党团队避疫, 2 个月前
- 评分 5 / 5来自 Firefox 用户 18679797, 2 个月前Excellent extension. I love the simple drop-down choice to be able to choose current or all windows. I like how the extension separates windows using the name "window" along with a code, helping one easily see when one window begins and ends. Thank you, Ale!
- 评分 5 / 5来自 Firefox 用户 13866866, 4 个月前
- Hi!
The extension puts a Greenwich time stamp in the filename, but the user lives in local time. Please make the local time stamp, maybe as an option, or as a manual time offset entry.
It would also be a good idea to add a separator to the timestamp
tabs_2024-01-06_1157.txt >>>>>
tabs_2024-01-06_11-57.txt
Thanks. - 评分 5 / 5来自 Firefox 用户 16861820, 3 年前
- 评分 5 / 5来自 Firefox 用户 15330531, 3 年前
- 评分 5 / 5来自 Rude_Nistelrooy, 4 年前Works just as i expected, really easy to use. If you added a feature where a window pops up, asking whether you want to save your tabs to file i'd be delighted
- 评分 5 / 5来自 Firefox 用户 14705381, 6 年前
开发者回应
发布于 6 年前That was the plan since some time... it is now implemented. The default behaviour is as before, but can be changed from the preferences.- 评分 5 / 5来自 Firefox 用户 14691601, 6 年前This thing does what I need. Love the 'save tabs to file' and specially 'all windows' option. Good job!
开发者回应
发布于 7 年前That's a nice idea... unfortunately for now it's not possible to do that, at least not to a text file placed in an arbitrary file system location. The new WebExtension API only gives very limited ways to write data to the user's computer. If your downloads are automatically saved to a given directory, then it's possible (and you would get all that saved tabs in your Downloads folder). But for those who have a window prompting to save the file, it would display it every time the data is going to be saved... A possibility would also be to store to some "local storage" the API allows the extensions to use, but as far as I know, it is not possible to write arbitrary files there (e.g. no text files). I'll possibly make something about this in a next release, where I mainly want to add the possibility of reloading the files and opening the saved tabs again.