href 链接悬停的 Google Chrome 主题颜色

发布于 2024-10-11 20:41:26 字数 325 浏览 1 评论 0 原文

我正在为 Chrome 创建主题,但是当我在 manifest.json 中设置 "tab_text" 时,底部 URL 状态栏的颜色相同。我在文档中搜索了解决方案,但没有找到使底部栏着色的属性。它也会影响该栏(如图所示)和下载列表。有没有办法自定义底部URL状态栏?

"colors" : {
    "tab_text" : [150,150,150]
}

<code> 影响底部栏">

I'm creating a theme for Chrome, but when I set "tab_text" in manifest.json, the bottom URL status bar is the same color. I searched for a solution in the documentation, but I didn't find an attribute that tints the bottom bar. It affects that bar (as seen on picture) and the download list too. Is there a way to customize the bottom URL status bar?

"colors" : {
    "tab_text" : [150,150,150]
}

The <code>"tab_text"</code> affects the bottom bar

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

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

发布评论

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

评论(2

歌入人心 2024-10-18 20:41:26

我刚刚查看了此源文件(链接自 Chrome 主题页面< /a> Google 代码)。目前无法独立设置状态栏文本。

状态栏的背景颜色始终与工具栏的背景颜色相同。

I just had a look at the source file for this (linked from the Chrome theme page on Google code). There currently is no way of setting the status bar text independently.

The background color of the status bar is always the same as that of the toolbar.

烟─花易冷 2024-10-18 20:41:26

虽然目前无法实现,但有一个功能请求 如果您想给它加注星标,请在 Chromium 问题跟踪器中提出此问题。

While it's not possible to do it today, there is a feature request raised for this in the Chromium issue tracker, if you want to star it.

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