Κριτικές για το HoldTab
HoldTab από Mikhail Vyrtsev
24 κριτικές
- Βαθμολογία 5 από 5από Brixter, 5 μήνες πρινGreat addon. It would be better if the Title of the page is displayed instead of the URL so it is better to recognize.
- Βαθμολογία 5 από 5από Laji, ένας χρόνος πριν
- Βαθμολογία 5 από 5από Hollytryx, 2 χρόνια πριν
- Βαθμολογία 5 από 5από Tehkos, 4 χρόνια πρινNice, it still works even without updates. I forgot that my tabs are held by the extension. I thought it's some option built in firefox.
- Βαθμολογία 5 από 5από jamesven001, 4 χρόνια πρινYour add-on is awesome it really helps me in my assignments, buat there is a problem, it isn´t working on Firefox 87.0. I have checked that, on my other laptop where I have Firefox 86.0.01 it is working, but on the newest one it isn´t. Could you fix it?
- Βαθμολογία 4 από 5από Alek Lunhaj Tanir, 5 χρόνια πρινPlease add some more functions for to loading block:- 1)If a loaded tab reactivated i.e. tab reloading(to stop),
2)Enable functions at this site url,
3)Highlight unloaded tab while its opened,
4)Make settings option to block loading when activated also and the url in the addressbar will exist with waiting for to hit enter to go to site,
5)The link which is opened in new tab and switched(activated) to it - make a function for that to stop load; just created an working bookmark. - Βαθμολογία 2 από 5από Χρήστης Firefox 14673123, 5 χρόνια πρινBasically a good add-on but it should stop loading pages after receiving the page title. Otherwise you'll end up with 50 tabs, not knowing which is which...
- Βαθμολογία 5 από 5από Wasa, 6 χρόνια πριν
- Βαθμολογία 1 από 5από Χρήστης Firefox 12636761, 7 χρόνια πριν
- Βαθμολογία 5 από 5από B Tang, 7 χρόνια πρινWorks as advertised. When you Ctrl-click a bookmark folder, all the tabs in it open but do not load until you click them. Similar to "load background tabs on select" extension, and the former Load Tab on Select.
- Βαθμολογία 3 από 5από Andralon, 7 χρόνια πριν
- Βαθμολογία 2 από 5από Jean-Ricky, 7 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13652537, 8 χρόνια πριν
- Βαθμολογία 3 από 5από Χρήστης Firefox 13531551, 8 χρόνια πρινNot working for me
Cmd line -url load
Home pages load
©Google Translate - Βαθμολογία 3 από 5από bets marc, 8 χρόνια πρινNot easy to use because unloaded tabs don't show favicon and page title. So when I open a group of tabs I can't find what I'm looking for. Would be perfect if it did load icon and title.
- Βαθμολογία 5 από 5από Χρήστης Firefox 13480842, 8 χρόνια πριν
- Βαθμολογία 3 από 5από Χρήστης Firefox 13471176, 8 χρόνια πρινDoes what it is suposed to do but there are two things I miss.
1. It should keep Backroundtabs loading e.g. Youtube so it doesnt stop playing the music after some time
2. It should tell the page name that the tab contains that would be perfect - Βαθμολογία 3 από 5από Χρήστης Firefox 12806920, 8 χρόνια πρινThe addon does what it says, but the user experience would be greatly improved if the unloaded tabs still showed favicon and page title of the unloaded page. Using this addon with Firefox' new container feature, gives a lot of unnamed tabs when switching between containers.
- Βαθμολογία 4 από 5από ChangeMachine, 8 χρόνια πρινSorry for posting this here, but I don't know how else to ask for info on your addon (for all users to see). Could you explain why this addon needs the permissions it does? Thanks.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 8 χρόνια πρινWell, it's a great question, and I'm not satisfied with number of permissions as well, but they all necessary for nice ux.
- "storage" is for storing preferences
- "tabs" to listen for tab creation and activation events
- "webRequest" and "webRequestBlocking" are for saving and restoring request info such as referrer for example. And most of all to quickly get url of the created tab before it start load content to avoid duplication of requests.
- "history" is not necessary, but is used to remove extension holder page so it doesn't spam the history.
- is used with webRequest. I think this is what behind "access all data on all websites".
You may inspect the code itself at https://github.com/Reeywhaar/holdtab and if some permission is not necessary, I am all open for improvement. - Βαθμολογία 5 από 5από Χρήστης Firefox 13323649, 8 χρόνια πρινUsing nightly version of firefox. I couldn't get a tab suspender that worked well for nightly. This works more than decently for pausing tabs that load ( especially ones with audio like youtube). Too lazy to verify my account but this is a real review.
- Βαθμολογία 4 από 5από J. L., 8 χρόνια πρινCould it be possible to add an option to deactivate the animation of the favicon?
- Βαθμολογία 4 από 5από Juanka Hula, 8 χρόνια πρινCould you consider if possible adding a blacklist feature (aka load on select only happens on those pages) because it's useful for the kind of pages you mention in the description but on normal browsing it can be bothersome sometimes.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 8 χρόνια πρινDear Juanka,
I have added this feature and it will go into next release. Right now it in beta phase, so I can test it for a while. You can test it as well by installing beta version at https://addons.mozilla.org/en-US/firefox/addon/holdtab/versions/beta?page=1#version-0.0.10pre3
Thank you.