Recenze doplňku Tab Counter Plus
Tab Counter Plus od Oriol Brufau
53 recenzí
- Hodnocení: 5 z 5od uživatele Implausible Feloniousness, před 4 letyIt perfectly does everything it should do.
- Hodnocení: 5 z 5od uživatele RMDevCorp, před 4 letyGreat light weight extension for those who multitask and have hundreds(sometimes thousands of tabs open). Still some "customizablity" I think could be improved in regards to sizing the font or perhaps changing the size. It is very functional as is however as is, and have been using it for a long time after relacing another tab counter. Thank you oriol.
- Hodnocení: 4 z 5od uživatele Ross Z, před 4 letyHonestly, this seems to be one of the better tab counter addons on AMO... I've just been through testing about 15 of them, so I should know.
Unlike many addons on the site, the author has a very good description and screenshots and does not skimp on features.
In fact, the only thing this addon doesn't have that I really wish it did is some way to increase the font size (the *only* tab counter addon I found that has a larger font size was 'Tab Count Icon by lllusion3418' but it doesn't have as many options as this one does). I'm viewing from about 10ft away on a 50" TV set to 1920x1080. From there, TCI's font appears ~ 2x larger than TCP's. I can make both out but only just barely on TCP's.
Overall, a very solid addon. I hope increased font sizes become a thing but due to shortage of addons with this feature, I can only assume that it is difficult to do from WebExtensions. If I wasn't holding out for that or I could get me some robot eyes, then I would have no issue calling it the best one on AMO :-)
FF v89.0.2 on Fedora 33 Cinnamon - Hodnocení: 5 z 5od uživatele sivulabill, před 4 letyWith 16GB RAM in a pc, this AddOn allows (easy use) seeing a current count of (e.g., 800+) open FireFox Tabs, both entire count and count within current Firefox window. Along with Windows Task Manager (80+% RAM used), alerts me when to shutdown some Tabs and/or reboot Firefox, to free enough RAM to avoid crashing Firefox/Windows
- Hodnocení: 5 z 5od uživatele brain8891, před 4 letyI vouch that it is less taxing than other add-ons, you can test it by opening "About:Performance" on a different window in a different monitor, and then opening different tabs on a different window. I also suggest highlighting Tab counter plus entry in "About:performance page.
I also appreciate that it doesn't ask for any invasive needless permissions. Kudos for that.
I like that you can choose SVG icon which shows only the number of tabs, however, the font/numbers looked too fine and small with low contrast, I changed both background and text color, but still it was too hard for me to read. Hence, I suggest to add some customization to change the SVG font values like thickness or font size. Not sure if possible, but hope so. Alternatively, add a third option to just show the WebExtension badge without the Tab icon, meaning just the number.
A suggestion, If possible add number of running tabs, meaning tabs that are not suspended. Reason for this suggestion, you can see how many tabs are running and thus help with troubleshooting. Having said that, if this might taxing then make optional.
Finally, thank you, THANK YOU for your hard work <3Odpověď vývojáře
zveřejněno před 4 letyThank you for the kind words! I tried to minimize the performance impact as much as possible.
It's true that the SGV icon doesn't look that good with a big number of tabs, but there is just not enough space. I have https://github.com/Loirooriol/tab-counter-plus/issues/13 about adding font customization, but it may be tricky since currently I change some styles depending on the length of the number.
I agree that excluding suspended tabs would be useful. Actually I already have a draft patch that lets you exclude suspended, hidden or pinned tabs. But first I would like to add some automated test coverage, and lately I haven't had much free time for this. - Hodnocení: 5 z 5od uživatele Louie Torres, před 4 letyIt does exactly what it needs to - showing the number of tabs. Maybe it could show the index of the tab like 4/24 or something, but that's just a suggestion.
Again, otherwise, nothing to complain about. Simple and fast. Thank you for your work!Odpověď vývojáře
zveřejněno před 4 letyThanks for your suggestion! However, I don't have much space, so 5 characters like 10/25 would be quite unreadable with a SVG icon, and would be clipped to 10/2 with a WebExtension badge.
But it might be possible to just show the index of the current tab, without the number of tabs. - Hodnocení: 3 z 5od uživatele joel, před 4 letyperfect except for two issues I had:
- I was unable to change the background color in the preferences for some reason
- there should be an option to not-count pinned tabs.
I hope that the pinned tab feature is added at some point but until then it still continues to be a useful and unobtrusive addon.Odpověď vývojáře
zveřejněno před 4 letyIs the checkbox next to the background color checked? Otherwise, the color has 0 opacity, in case you want a transparent background.
I already have an experimental patch to exclude pinned tabs, hidden tabs, or discarded tabs. But I would want to have more test coverage before adding that. - Hodnocení: 5 z 5od uživatele John Homebrew, před 4 lety
- Hodnocení: 5 z 5od uživatele zephyr707, před 4 letySeems the best option available and does not have any added permissions, but is there a way to display both current and global tab count and maybe also total window count? There are some add ons in firefox that do one or the other and some that display both current and global tabs, but none that do all three
edit: great, thanks for the update! I'm sticking with this one, cheersOdpověď vývojáře
zveřejněno před 4 letyYou are not the first one to request this, so I have just done it! Please check version 3.4 - Hodnocení: 1 z 5od uživatele Cocaine Johnsson, před 4 letyUseless on dark theme, there's an open bug report from 2018 that mentions this and nothing has been done to even attempt resolving it.
The solutions are rather simple, either detect the user is using a dark theme and pick a light text colour or let the user set their own text colour.
Functionally broken on dark themes.
EDIT: Since there's no way to reply to comments, here's my reply to you Mr. Dev:
Yes, I did. You can change the badge colour but not the colour of the actual add-on window.
Before you get defensive and dismiss issues, how about you actually familiarize yourself with your own product, eh?
Here, this is the problem since you clearly can't read so good: https://i.imgur.com/KCmVv9f.png
The badge isn't the problem and not once did I use the word badge.Odpověď vývojáře
zveřejněno před 4 letyDid you try changing the preferences in about:addons? There you can customize the colors so that they match your theme.
So please get your facts straight before criticizing. Actually, it was me who designed and implemented the WebExtension API that Firefox provides to add-ons so that they can change the text color of the badge! See https://bugzil.la/1424620
On the other hand, I agree that it would be great to automatically pick the colors depending on whether the theme is light or dark. But, as said in issue #15, the problem is that I can't properly do it with current APIs. So in https://bugzil.la/1484840 I proposed a new API, but I don't have time to implement it and convince Mozilla to accept it.
Edit: OK, turns out the problem is about the popup, not the counter icon. That's different than the existing bug report from 2018, and seems fixable. I was not aware of it, thanks for the report! Sorry I was too quick to jump to conclusions.
This problem wasn't actually my fault, since I was just relying on the browser to provide the correct text and background colors. But I have addressed it in version 3.3. - Hodnocení: 5 z 5od uživatele Firepal, před 5 lety
- Hodnocení: 4 z 5od uživatele Jiří Macich ml., před 5 lety
- Hodnocení: 5 z 5od uživatele Ramon V M, před 5 letyThis add-on is simple and light, just what I needed to have in mind how many tabs I have and therefore the amount of RAM Firefox is using. Thanks!
Odpověď vývojáře
zveřejněno před 5 letyThanks for your words, producing something simple, light and that works well was precisely my goal! - Hodnocení: 4 z 5od uživatele SpankyPants, před 5 letyThanks for the addon, it's working well so far.
Have you abandoned it now, or will we see some updates soon?Odpověď vývojáře
zveřejněno před 5 letyGlad that you like it! I had not been working on it for quite some time, but I have just published a small update. I will try to keep refining it from time to time. - Hodnocení: 4 z 5od uživatele YFdyh000, před 5 lety
- Hodnocení: 5 z 5od uživatele kgersen, před 5 lety
- Hodnocení: 5 z 5od uživatele Funtomas, před 6 lety
- Hodnocení: 5 z 5od uživatele fredy peralta, před 6 letycumple su cometido, te dice el total de abiertas y cuantas pestañas en cada ventana.
- Hodnocení: 5 z 5od uživatele jerboa88, před 6 letyWorks really great! It's unfortunate that the text can't be made any larger but I understand you don't have a lot of space to work with. Perhaps you could use a taller font to use up more space vertically as the text is a little hard to read sometimes. Thank you sir!
Odpověď vývojáře
zveřejněno před 5 letyExactly, the problem is that the browser doesn't give me much space. I already experimented with tall fonts, but it actually looked even harder to read :( But glad that you like it! - Hodnocení: 5 z 5od uživatele Soustruh, před 6 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14554732, před 6 letyThis was the first tab counter extension I've found that works on the Android app.
Odpověď vývojáře
zveřejněno před 6 letyThanks for your feedback! In fact I only designed the add-on for Firefox desktop, so if it works on Android it's mostly by chance. But I will try to keep this in mind and check that future updates continue working on Android. - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14544026, před 6 letyBest tab counter ever. Thank you and congratulations.
- Hodnocení: 4 z 5od uživatele PERCE-NEIGE, před 6 letyIt's good, it doesn't worth the "plus" in the name, as it's simply a tab counter, but it's the only one I've found that allows the customization of the background AND the customization of the font color, and the only one allowing the customization of the message it displays when you hover your mouse on the icon. Allows 2 modes, icon mode and badge mode. It's not the most customizable, but it's a good one.
Odpověď vývojáře
zveřejněno před 6 letyThanks for your feedback! It's "plus" because it solves the performance and flickering problems that I encountered in other tab counters. I had to implement some new WebExtension features in order to do so, or rely on some non-trivial (and not completely perfect) tricks for older versions.
For version 3.0 I'm working on a refactorization of the code that handles preferences. After this I plan to add more customization options, see for example https://github.com/Loirooriol/tab-counter-plus/issues/13