13 条评价
- 评分 5 / 5来自 Mr. Qwerky, 25 天前
- [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! - 评分 5 / 5来自 Firefox 用户 15878899, 5 年前
- 评分 5 / 5来自 Firefox 用户 13992999, 6 年前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.
- 评分 5 / 5来自 Firefox 用户 14146573, 7 年前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.开发者回应
发布于 7 年前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. :) - 评分 5 / 5来自 Juanka Hula, 7 年前
- 评分 5 / 5来自 Zitronella, 7 年前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;
}