Google Chrome 固定标签突出显示未读

发布于 2024-11-04 02:18:20 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓦然回首 2024-11-11 02:18:20

当选项卡的标题更改时,会发生这种发光通知效果。

要查看该内容,请使用一些 Javascript 创建一个 HTML 文件,该文件稍后会更改其标题,例如:

setTimeout(function() {
    window.document.title = "New title!";
}, 3000);

打开它,固定它,然后更改为不同的选项卡。 3 秒后,固定的选项卡应发光。

Firefox 4 也做到了这一点。


哦,实际上读一下你现在想做的事情。不要以为你可以改变颜色,不。

This glow notification effect happens when the tab's title is changed.

To see, create an HTML file with some Javascript that changes its title after a moment, like:

setTimeout(function() {
    window.document.title = "New title!";
}, 3000);

Open it, pin it, then change to a different tab. After the 3 seconds, the pinned tab should glow.

Firefox 4 also does this.


Oh, actually read what you were trying to do now. Don't think you can change the colour, no.

有深☉意 2024-11-11 02:18:20

您可以更改主题(此处),以便现有的突出显示更加明显。它是白光,因此您可以(例如)使用“灰度”主题。

我尝试了一下,效果更好了;尽管背景闪光/颜色变化会比灯光高亮恕我直言要好得多。

You could change your theme (here) so the existing highlight is more obvious. It's a white glow, so you could (for example) use the 'Greyscale' theme.

I tried it and it is better; though a background flash / colour change would be much better than the light highlight IMHO.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文