문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top