Κριτικές για το Tab manager
Tab manager από Ale
12 κριτικές
- Βαθμολογία 5 από 5από Χρήστης Firefox 18679797, 9 μήνες πρινExcellent extension. I love the simple drop-down choice to be able to choose current or all windows. I love how the extension separates windows using the name "window" along with a code, helping one easily see when one window begins and ends. I love how we can choose to copy tabs or to save them to a file. This extension has changed how I approach browsing. Thank you, Ale!
- Βαθμολογία 5 από 5από Χρήστης Firefox 13866866, 10 μήνες πριν
- Βαθμολογία 5 από 5από lenny2, 2 χρόνια πριν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, 4 χρόνια πριν
- Βαθμολογία 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από Stuart. D, 6 χρόνια πρινAwesome. Does everything I want it to do; copy tab URL's and open URL's from text. And more importantly, I don't have to change my Firefox to the legacy version!
- Βαθμολογία 5 από 5από Χρήστης Firefox 14705381, 7 χρόνια πριν
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πριν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, 7 χρόνια πρινThis thing does what I need. Love the 'save tabs to file' and specially 'all windows' option. Good job!
- Βαθμολογία 5 από 5από Peter, 8 χρόνια πρινUseful add-on but I would like to propose one feature if possible.
I would like to periodically save all open tabs to text file with different names. Like legacy addon Save My Tabs: https://github.com/turian/save-my-browser-tabsΑπάντηση προγραμματιστή
δημοσιεύτηκε στις 8 χρόνια πριν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.