Is there a way to modify the outlook of a specific tab dynamically with Javascript from an extension? Change font, color, etc. Not the website the tab is showing, but the tab itself.
The outcome should be such that, for example out of 10 open tabs, the current tab's title font color is blue. Tab font color at index 3, and 7 are also blue. Other tabs look normal. Each tab color can be toggled on and off separately without affecting the other tabs.