19 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga Mr. Qwerky, 5 muaj më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Claudiu, 3 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga John01, 4 vite më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga verificacion, 4 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Umpahpah, 5 vite më parëVery useful tool, thanks a lot.
Only note, perhaps as an add-on to the symbols, tabs can be in different, not so strong colours - Vlerësuar me 5 yje nga 5 të mundshëmnga Hector, 5 vite më parë[Feature Request]
This extension have so much potential! I mean, it can turn into a tab tag system if you allow others to add various emoji as prefixes with a different hotkeys or a context menu. Think about the tag system in Mac's finder.
Let me explain, for examples, there are different colors of dots symbols in emoji, what if you add a context menu feature/ hotkey to allow users to quickly color tag tabs? Please consider this, that would be amazing! - Vlerësuar me 5 yje nga 5 të mundshëmnga Gruberlu, 5 vite më parëIlike it very much, thanks a lot.
1 question:
WHY does it need to acces our data for all websites????
Need an answer asap. - Vlerësuar me 5 yje nga 5 të mundshëmnga 15878899 përdoruesi Firefox-i, 5 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Smashin, 6 vite më parëWhy not changing tab background color?
- Vlerësuar me 4 yje nga 5 të mundshëmnga jjokeris, 6 vite më parëI think it is the only addon that can mark a tab as unread.however as previously said it would be better to make it more easy to be seen.i would suggest that the area of the symbol in the tab to be bigger or maybe the symbol to be replaced with a transparent overlaid image (lets say a transparent single color image).Good job pal.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 13992999 përdoruesi Firefox-i, 6 vite më parëwould it be possible to add a feature to actively flag a tab. I'm not really interested in having unread/unvistited tabs flagged, but only 10-15 from the 500 open tabs, so that I can find these "main" tabs on the fly when scrolling through tabs. Problem is that I need them at that specific place (to find referenced tabs to the left of them) and not somewhere else like most "pin" addons do move pinned tabs somewhere else. Adding such a symbol would just be what I need.
- Vlerësuar me 5 yje nga 5 të mundshëmnga shine, 6 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga panoc, 7 vite më parëi also wish an option to add the special character at the end or not adding any character. I use this add on to flag the unread tabs and then use userchrome.css to change the unreadtab font color.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14146573 përdoruesi Firefox-i, 7 vite më parëCan you add an option to make the character at the end of the title instead of the beginning (as a suffix)?
EDIT (Reply):
Actually, I'm using it with userChrome to apply some styles to the tab, and it doesn't matter whether or not the change is visible (I'm now using an empty space character anyway) as long as the title changed.Përgjigje zhvilluesi
postuar më 7 vite më parëTheoretically, yes. But it doesn't make much sense. Most titles are longer than the length of the tab and will be trimmed. The symbol is a character and in such a case it wouldn't be visible. :) - Vlerësuar me 5 yje nga 5 të mundshëmnga Shvoreps, 7 vite më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga happysurf, 7 vite më parëThis addon is a good start but is not sufficient, because when the user have many tabs opened, a symbol for unread tab is not clear enough to view.
I suggest to add a colored top line (like the active one) for mark the unread tabs.
In this way, together with the code below for unload tabs, is possible have a consistence Quantum style.
/* Colored line for unload tabs */ .tabbrowser-tab[pending] .tab-content { margin-bottom: 2px !important; border-top-style: solid !important; border-width: 2px !important; border-color: red !important; }Përgjigje zhvilluesi
postuar më 7 vite më parëUnfortunately, extensions don't have permission to access and manipulate the tabs in this way.
So it isn't my fault. Sorry... :) - Vlerësuar me 5 yje nga 5 të mundshëmnga Juanka Hula, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Zitronella, 7 vite më parëbest extension for unread tabs, since in Firefox 61 "unread" function was deleted. Thank you very much!
If someone want change color in title from the unread tab, can this make with userChrome.css in profile folder in subfolder chrome with following code:
.tabbrowser-tab[titlechanged] {
color:red !important;
}