外掛說明
這個外掛已於 2020 年 3 月 10 日關閉,且不提供下載。 原因: 違反開發規範
使用者評論
2016 年 9 月 3 日
Its a good start but would be awesome if you could add the Windows Phone and iOS support like genejg said.
https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color
2016 年 9 月 3 日
Works wonderful on my Android device. Would love to see an implementation for iOS and MSIE/Edge…
Google was awesome enough to provide documentation on how to do it!
<!– Chrome, Firefox OS and Opera –>
<meta name="theme-color" content="#4285f4">
<!– Windows Phone –>
<meta name="msapplication-navbutton-color" content="#4285f4">
<!– iOS Safari –>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">