href 链接悬停的 Google Chrome 主题颜色
我正在为 Chrome 创建主题,但是当我在 manifest.json 中设置 "tab_text"
时,底部 URL 状态栏的颜色相同。我在文档中搜索了解决方案,但没有找到使底部栏着色的属性。它也会影响该栏(如图所示)和下载列表。有没有办法自定义底部URL状态栏?
"colors" : {
"tab_text" : [150,150,150]
}
影响底部栏">
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚查看了此源文件(链接自 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.
虽然目前无法实现,但有一个功能请求 如果您想给它加注星标,请在 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.