Google Chrome theme color for href links hover
I'm creating a theme for Chrome, but wh开发者_C百科en 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]
}
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.
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.
精彩评论